Skip to content

Commit c4e983f

Browse files
authored
Merge pull request #863 from haxtibal/tdmg/rand_0_9_and_0_10
Default to rand 0.10
2 parents a38fa19 + f3f677e commit c4e983f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ optional = true
146146

147147
# Private
148148
[target.'cfg(not(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none"))))'.dependencies.rand]
149-
version = "0.9"
149+
version = "0.10"
150150
optional = true
151151

152152
# Private

0 commit comments

Comments
 (0)