mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
io-uring: Move to the crates.io 0.4.0 version
Now that io-uring crate has been stabilized, let's move to the latest release 0.4.0 from crates.io. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
66efe3cf53
commit
05c6136790
@@ -17,7 +17,7 @@ block_util = { path = "../block_util" }
|
||||
byteorder = "1.3.4"
|
||||
devices = { path = "../devices" }
|
||||
epoll = ">=4.0.1"
|
||||
io-uring = { git = "https://github.com/tokio-rs/io-uring.git", branch = "0.4" }
|
||||
io-uring = ">=0.4.0"
|
||||
libc = "0.2.74"
|
||||
log = "0.4.11"
|
||||
net_gen = { path = "../net_gen" }
|
||||
|
||||
Reference in New Issue
Block a user