Skip to content

Commit 1817c93

Browse files
committed
use fixed version of async-std
1 parent 7774428 commit 1817c93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ packed_struct_codegen = "0.3"
2020
futures = "0.3.4"
2121

2222
[dependencies.async-std]
23-
git = "https://github.com/async-rs/async-std"
24-
branch = "1-6-3"
23+
version = "1.6.3"
2524
features = ["unstable", "attributes"]
2625

2726
[features]

0 commit comments

Comments
 (0)