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 7201b23 commit b58e53dCopy full SHA for b58e53d
monoio/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
8
name = "monoio"
9
readme = "README.md"
10
repository = "https://github.com/bytedance/monoio"
11
-version = "0.1.3"
+version = "0.1.4"
12
13
# common dependencies
14
[dependencies]
monoio/src/driver/uring/mod.rs
@@ -399,7 +399,7 @@ impl UringInner {
399
}
400
if let Some(lifecycle) = inner.ops.slab.get(index) {
401
let _must_finished = lifecycle.drop_op(data);
402
- #[cfg(features = "async-cancel")]
+ #[cfg(feature = "async-cancel")]
403
if !_must_finished {
404
unsafe {
405
let cancel = io_uring::opcode::AsyncCancel::new(index as u64)
0 commit comments