Skip to content

Commit 3bb08b1

Browse files
committed
bump to v0.4.1. (revert rand crate due to MSRV)
1 parent 7f2dd85 commit 3bb08b1

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
@@ -16,7 +16,7 @@ serde = { version = "1.0.116", optional = true, features = ["derive"] }
1616

1717
[dev-dependencies]
1818
serde_json = "1.0.57"
19-
rand = "0.8.1"
19+
rand = "0.7.3"
2020

2121
[badges]
2222
# TODO: waiting for PR to land...: https://github.com/rust-lang/crates.io/pull/1838#

0 commit comments

Comments
 (0)