Skip to content

Commit 6ab60f7

Browse files
committed
Removed wildcard dependencies
1 parent 6774a07 commit 6ab60f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository = "https://github.com/bytesonus/juno-rust"
1010
readme = "README.md"
1111

1212
[dependencies]
13-
async-std = "1.5.0"
14-
serde_json = "*"
13+
async-std = "1"
14+
serde_json = "1"
1515
async-trait = "0.1.24"
1616
futures = "0.3.4"
1717
futures-util = "0.3.4"

0 commit comments

Comments
 (0)