Skip to content

Commit

Permalink
Merge pull request #676 from k-nasa/async_task_bump_to1.2.1
Browse files Browse the repository at this point in the history
update async-task to 1.2.1
  • Loading branch information
yoshuawuyts authored Jan 15, 2020
2 parents 1071e82 + b72dd83 commit 0eb5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ std = [

[dependencies]
async-attributes = { version = "1.1.1", optional = true }
async-task = { version = "1.0.0", optional = true }
async-task = { version = "1.2.1", optional = true }
broadcaster = { version = "0.2.6", optional = true, default-features = false, features = ["default-channels"] }
crossbeam-channel = { version = "0.4.0", optional = true }
crossbeam-deque = { version = "0.7.2", optional = true }
Expand Down

0 comments on commit 0eb5ca1

Please sign in to comment.