We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f752107 commit 8407f08Copy full SHA for 8407f08
1 file changed
compio-driver/Cargo.toml
@@ -57,7 +57,7 @@ windows-sys = { workspace = true, features = [
57
58
# Linux specific dependencies
59
[target.'cfg(target_os = "linux")'.dependencies]
60
-io-uring = { version = "0.7.0", optional = true }
+io-uring = { version = "0.7.6", optional = true }
61
io_uring_buf_ring = { version = "0.2.0", optional = true }
62
polling = { version = "3.3.0", optional = true }
63
paste = { workspace = true }
0 commit comments