From b72dd83726f89a740f393389ff4c9ef0c4791ec4 Mon Sep 17 00:00:00 2001 From: k-nasa Date: Wed, 15 Jan 2020 11:00:03 +0900 Subject: [PATCH] update async-task to 1.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63d599a5e..339db1fd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }