Skip to content

Commit

Permalink
update ringbuf dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Oct 20, 2023
1 parent 4cbc69b commit 45a31c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ edition = "2021"
crate-type = ["staticlib"]

[dependencies]
async-ringbuf = "0.2.0-rc.4"
dashmap = { version = "5.4.0", features = ["inline"] }
libc = "0.2.146"
socket2 = "0.5.3"

[dependencies.async-ringbuf]
git = "https://github.com/Congyuwang/ringbuf.git"

[dependencies.tokio]
version = "1.29.1"
default-features = false
Expand Down

0 comments on commit 45a31c9

Please sign in to comment.