Skip to content

Commit 3a140c8

Browse files
committed
Updated cargo.toml
1 parent b8f5e76 commit 3a140c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ ctrlc = "3.1.3"
1818
semver = "0.9.0"
1919
colored = "1.9.1"
2020
fslock = "0.1.6"
21-
22-
[dependencies.async-std]
23-
version = "1.5.0"
24-
features = ["attributes"]
21+
async-std = { version = "1.5.0", features = ["attributes"] }
2522

2623
[profile.release]
2724
lto = true

0 commit comments

Comments
 (0)