From 0654e10d0078955d6917db504ee5947846d4f952 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 15 Aug 2019 15:04:07 -0400 Subject: Remove `Sync` marker for Reader/Writer. These are not sync, as they can only be used from one thread at a time. Also add a `Send` trait for `RingBuffer`, as long as its element type is also `Send`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 28e5c6b..bebb670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "starb" description = "STAtic Ring Buffers." -version = "0.2.0" +version = "0.3.0" authors = ["Brian Cully "] edition = "2018" license = "LGPL-3.0-or-later" -- cgit v1.2.3