Skip to content

Commit 0eb5ca1

Browse files
authored
Merge pull request #676 from k-nasa/async_task_bump_to1.2.1
update async-task to 1.2.1
2 parents 1071e82 + b72dd83 commit 0eb5ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ std = [
5050

5151
[dependencies]
5252
async-attributes = { version = "1.1.1", optional = true }
53-
async-task = { version = "1.0.0", optional = true }
53+
async-task = { version = "1.2.1", optional = true }
5454
broadcaster = { version = "0.2.6", optional = true, default-features = false, features = ["default-channels"] }
5555
crossbeam-channel = { version = "0.4.0", optional = true }
5656
crossbeam-deque = { version = "0.7.2", optional = true }

0 commit comments

Comments
 (0)