Skip to content

Commit 8407f08

Browse files
authored
build(deps): update io-uring requirement from 0.7.0 to 0.7.6
fix build error on riscv64
1 parent f752107 commit 8407f08

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

5858
# Linux specific dependencies
5959
[target.'cfg(target_os = "linux")'.dependencies]
60-
io-uring = { version = "0.7.0", optional = true }
60+
io-uring = { version = "0.7.6", optional = true }
6161
io_uring_buf_ring = { version = "0.2.0", optional = true }
6262
polling = { version = "3.3.0", optional = true }
6363
paste = { workspace = true }

0 commit comments

Comments
 (0)