Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skilvingr committed Jun 9, 2024
1 parent 4a5fa51 commit 4102373
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
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
edition = "2021"
readme = "README.md"
authors = ["Skilfingr <skilvingr@gmail.com>"]
description = "A very simple lock-free SPSC ring buffer, with in-place mutability."
description = "A simple lock-free SPSC ring buffer, with in-place mutability."
repository = "https://github.com/Skilvingr/rust-mutringbuf"
license = "MIT OR Apache-2.0"
keywords = ["lock-free", "async", "ring", "circular", "buffer"]
Expand All @@ -17,7 +17,7 @@ alloc = []
async = []

[dependencies]
crossbeam-utils = { version = "0.8.19", default-features = false }
crossbeam-utils = { version = "0.8.20", default-features = false }

[dev-dependencies]
tokio-test = { version = "0.4.4" }
Expand Down

0 comments on commit 4102373

Please sign in to comment.