Skip to content

Commit

Permalink
io: update the mio-aio dev-dependency (#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers authored Sep 18, 2021
1 parent 957ed3e commit 8e92f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async-stream = "0.3"
socket2 = "0.4"

[target.'cfg(target_os = "freebsd")'.dev-dependencies]
mio-aio = { git = "https://github.com/asomers/mio-aio", rev = "2f56696", features = ["tokio"] }
mio-aio = { version = "0.6.0", features = ["tokio"] }

[target.'cfg(loom)'.dev-dependencies]
loom = { version = "0.5", features = ["futures", "checkpoint"] }
Expand Down

0 comments on commit 8e92f05

Please sign in to comment.