Skip to content

Commit 9fd25af

Browse files
committed
Update rand dependency to 0.3
rand 0.3 depends on log 0.3, which is much closer to working on the beta channel; there's just one commit that has been merged but not yet released in order for it to work correctly.
1 parent f86caf8 commit 9fd25af

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
@@ -15,4 +15,4 @@ support for hex, base64, and json encoding and decoding.
1515
"""
1616

1717
[dev-dependencies]
18-
rand = "0.2"
18+
rand = "0.3"

0 commit comments

Comments
 (0)