Skip to content

Commit

Permalink
update async-ringbuf to v0.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Jul 30, 2023
1 parent 95773ed commit 7025820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
crate-type = ["staticlib"]

[dependencies]
async-ringbuf = { git = "https://github.com/Congyuwang/ringbuf", branch = "main" }
async-ringbuf = "0.2.0-rc.1"
dashmap = { version = "5.4.0", features = ["inline"] }
libc = "0.2.146"
socket2 = "0.5.3"
Expand Down

0 comments on commit 7025820

Please sign in to comment.