Skip to content

Commit

Permalink
Switch to async-std 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Nov 12, 2019
1 parent f6d334c commit d9cef9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stop-token"
version = "0.1.1"
version = "0.1.2"
authors = ["Aleksey Kladov <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -10,7 +10,7 @@ description = "Experimental cooperative cancellation for async-std"

[dependencies]
pin-project-lite = "0.1.0"
async-std = "0.99"
async-std = "1.0"

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

0 comments on commit d9cef9b

Please sign in to comment.