We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88b880 commit beef46eCopy full SHA for beef46e
Cargo.toml
@@ -63,7 +63,7 @@ tokio03 = ["async-global-executor/tokio03"]
63
[dependencies]
64
async-attributes = { version = "1.1.1", optional = true }
65
async-mutex = { version = "1.1.3", optional = true }
66
-crossbeam-utils = { version = "0.7.2", optional = true }
+crossbeam-utils = { version = "0.8.0", optional = true }
67
futures-core = { version = "0.3.4", optional = true, default-features = false }
68
futures-io = { version = "0.3.4", optional = true }
69
kv-log-macro = { version = "1.0.6", optional = true }
0 commit comments