Skip to content

Commit 63ec6e6

Browse files
committed
decrease getrandom version so that we dont have to bump Cargo.toml in rustc
1 parent 631d5fa commit 63ec6e6

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
@@ -35,7 +35,7 @@ byteorder = { version = "1.1", features = ["i128"]}
3535
cargo_metadata = { version = "0.8", optional = true }
3636
directories = { version = "2.0", optional = true }
3737
rustc_version = { version = "0.2.3", optional = true }
38-
getrandom = "0.1.10"
38+
getrandom = "0.1.8"
3939
env_logger = "0.6"
4040
log = "0.4"
4141
shell-escape = "0.1.4"

0 commit comments

Comments
 (0)