From 0166b2a0f4eefa1bf1a60ab458f900ef5b854cae Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sun, 1 Dec 2019 17:48:39 -0600 Subject: [PATCH] Prepare 0.5.1 release --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 33e8035..2df2a92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sluice" -version = "0.5.0" +version = "0.5.1" authors = ["Stephen M. Coakley "] edition = "2018" description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels" @@ -15,7 +15,10 @@ license = "MIT" futures-channel = "0.3" futures-core = "0.3" futures-io = "0.3" -futures-util = { version = "0.3", default-features = false } + +[dependencies.futures-util] +version = "0.3" +default-features = false [dev-dependencies] criterion = "0.3"