From 8407f08fd1de156079830af18607694db9e294e7 Mon Sep 17 00:00:00 2001 From: Xeonacid Date: Wed, 30 Apr 2025 08:57:01 +0800 Subject: [PATCH] build(deps): update io-uring requirement from 0.7.0 to 0.7.6 fix build error on riscv64 --- compio-driver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compio-driver/Cargo.toml b/compio-driver/Cargo.toml index 6d54198d..8dfce487 100644 --- a/compio-driver/Cargo.toml +++ b/compio-driver/Cargo.toml @@ -57,7 +57,7 @@ windows-sys = { workspace = true, features = [ # Linux specific dependencies [target.'cfg(target_os = "linux")'.dependencies] -io-uring = { version = "0.7.0", optional = true } +io-uring = { version = "0.7.6", optional = true } io_uring_buf_ring = { version = "0.2.0", optional = true } polling = { version = "3.3.0", optional = true } paste = { workspace = true }