Skip to content

Commit

Permalink
Release async-ringbuf v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Apr 25, 2024
1 parent 3ac5220 commit ba69a52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-ringbuf"
version = "0.2.0-rc.5"
version = "0.2.0"
edition.workspace = true
authors.workspace = true
description = "Async SPSC FIFO ring buffer"
Expand All @@ -19,11 +19,11 @@ bench = ["std"]

[dependencies]
ringbuf = { workspace = true }
futures = { version = "0.3.23", default-features = false }
futures = { version = "0.3.30", default-features = false }

[dev-dependencies]
futures = { version = "0.3.23", features = ["executor", "thread-pool"] }
tokio = { version = "1.29.1", features = ["full"] }
futures = { version = "0.3.30", features = ["executor", "thread-pool"] }
tokio = { version = "1.37.0", features = ["full"] }

[[example]]
name = "simple"
Expand Down

0 comments on commit ba69a52

Please sign in to comment.