Skip to content

Commit

Permalink
Revert "Cargo.toml: depend on io-uring 0.7.1"
Browse files Browse the repository at this point in the history
This reverts commit 7b79087.

io-uring 0.7.1 can't be built on i686 32bit arch.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
  • Loading branch information
ming1 committed Nov 18, 2024
1 parent 7b79087 commit 3548cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ anyhow = {version = "1.0.66", features = ["default"]}

[dependencies]
libc = "0.2"
io-uring = "0.7.1"
io-uring = "0.6.0"
serde = {version = "1.0.99", features = ["derive"]}
serde_json = "1.0.79"
bitmaps = "3.2.0"
Expand Down

0 comments on commit 3548cd7

Please sign in to comment.