We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a46d6 commit dac955bCopy full SHA for dac955b
Cargo.toml
@@ -38,7 +38,7 @@ core-foundation-sys = { version = ">=0.8", optional = true }
38
39
[target.'cfg(target_os = "linux")'.dependencies]
40
caps = { version = "0.5", optional = true }
41
-tokio-uring = "0.4"
+tokio-uring = { version = "0.4.0", optional = true }
42
43
[dev-dependencies]
44
tokio-test = "0.4.2"
0 commit comments