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 f6d334c commit d9cef9bCopy full SHA for d9cef9b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stop-token"
3
-version = "0.1.1"
+version = "0.1.2"
4
authors = ["Aleksey Kladov <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ description = "Experimental cooperative cancellation for async-std"
10
11
[dependencies]
12
pin-project-lite = "0.1.0"
13
-async-std = "0.99"
+async-std = "1.0"
14
15
[features]
16
unstable = ["async-std/unstable"]
0 commit comments