From 5bf8b64c9b614d2f50b6bb1675c00646eef60826 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Wed, 4 Sep 2019 23:29:02 -0500 Subject: [PATCH] Prepare 0.4.2 release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2dabafe..fd5e443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sluice" -version = "0.4.1" +version = "0.4.2" authors = ["Stephen M. Coakley "] edition = "2018" description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels" @@ -21,7 +21,7 @@ futures-io-preview = "0.3.0-alpha.18" [dev-dependencies] criterion = "0.3" -futures-preview = "0.3.0-alpha.17" +futures-preview = "0.3.0-alpha.18" [[bench]] name = "pipe"