Skip to content

Commit

Permalink
Remove rand dependency for v3 and v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Feb 28, 2019
1 parent 50af559 commit 48c1e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ default = ["std"]
guid = ["winapi"]
std = []
v1 = []
v3 = ["md5", "rand"]
v3 = ["md5"]
v4 = ["rand"]
v5 = ["sha1", "rand"]
v5 = ["sha1"]
stdweb = ["rand/stdweb"]
wasm-bindgen = ["rand/wasm-bindgen"]

Expand Down

0 comments on commit 48c1e4d

Please sign in to comment.