Skip to content

Commit

Permalink
Merge pull request #304 from compio-rs/dependabot/cargo/io-uring-0.7.0
Browse files Browse the repository at this point in the history
build(deps): update io-uring requirement from 0.6.2 to 0.7.0
  • Loading branch information
Berrysoft authored Oct 1, 2024
2 parents 5e86df7 + f1eeef7 commit 39082ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compio-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ windows-sys = { workspace = true, features = [

# Linux specific dependencies
[target.'cfg(target_os = "linux")'.dependencies]
io-uring = { version = "0.6.2", optional = true }
io-uring = { version = "0.7.0", optional = true }
polling = { version = "3.3.0", optional = true }
os_pipe = { workspace = true, optional = true }
paste = { workspace = true }
Expand Down

0 comments on commit 39082ce

Please sign in to comment.