Skip to content

Commit

Permalink
Prepare 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind authored Dec 1, 2019
1 parent 29f6741 commit 0166b2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sluice"
version = "0.5.0"
version = "0.5.1"
authors = ["Stephen M. Coakley <[email protected]>"]
edition = "2018"
description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels"
Expand All @@ -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"
Expand Down

0 comments on commit 0166b2a

Please sign in to comment.