Skip to content

Make storage Send + Sync if item is only Send, bump version #266

Make storage Send + Sync if item is only Send, bump version

Make storage Send + Sync if item is only Send, bump version #266

Workflow file for this run

on: [push, pull_request]
jobs:
build_and_test:
name: ringbuf
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: ./scripts/test.sh