Skip to content

Commit 40a3e60

Browse files
authored
fix(driver): new_with_flags does not exist (#518)
1 parent 6e760ca commit 40a3e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compio-driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ windows-sys = { workspace = true, features = [
5757
# Linux specific dependencies
5858
[target.'cfg(target_os = "linux")'.dependencies]
5959
io-uring = { version = "0.7.0", optional = true }
60-
io_uring_buf_ring = { version = "0.2.0", optional = true }
60+
io_uring_buf_ring = { version = "0.2.2", optional = true }
6161
once_cell = { workspace = true, optional = true }
6262
polling = { version = "3.3.0", optional = true }
6363
paste = { workspace = true }

0 commit comments

Comments
 (0)