Skip to content

Commit b72dd83

Browse files
committed
update async-task to 1.2.1
1 parent 5d5064b commit b72dd83

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)