Skip to content

Commit d9cef9b

Browse files
committed
Switch to async-std 1.0
1 parent f6d334c commit d9cef9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stop-token"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Aleksey Kladov <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ description = "Experimental cooperative cancellation for async-std"
1010

1111
[dependencies]
1212
pin-project-lite = "0.1.0"
13-
async-std = "0.99"
13+
async-std = "1.0"
1414

1515
[features]
1616
unstable = ["async-std/unstable"]

0 commit comments

Comments
 (0)