Skip to content

Commit

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

0 comments on commit 5bf8b64

Please sign in to comment.