Skip to content

Commit 641dcd8

Browse files
committed
Enable "unstable" feature on async-std
It is needed for async_std::future::timeout
1 parent 6e66e39 commit 641dcd8

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
@@ -40,7 +40,7 @@ thiserror = "1.0.9"
4040
async-channel = "1.6.1"
4141

4242
async-native-tls = { version = "0.4", default-features = false, optional = true }
43-
async-std = { version = "1.8.0", default-features = false, features = ["std"], optional = true }
43+
async-std = { version = "1.8.0", default-features = false, features = ["std", "unstable"], optional = true }
4444
tokio = { version = "1", features = ["net", "sync", "time", "io-util"], optional = true }
4545

4646

0 commit comments

Comments
 (0)