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