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 cc3a15d commit 3ce1fcaCopy full SHA for 3ce1fca
futures-util/Cargo.toml
@@ -42,7 +42,7 @@ memchr = { version = "2.2", optional = true }
42
futures_01 = { version = "0.1.25", optional = true, package = "futures" }
43
tokio-io = { version = "0.1.9", optional = true }
44
pin-project-lite = "0.2.6"
45
-spin = { version = "0.9.8", optional = true }
+spin = { version = "0.10.0", optional = true }
46
47
[dev-dependencies]
48
futures = { path = "../futures", features = ["async-await", "thread-pool"] }
0 commit comments