Update to rand 0.5.
... | ... | @@ -12,7 +12,7 @@ repl = ["rustyline"] |
bitstream-io = "0.6" | ||
clap = "2" | ||
libc = "0.2" | ||
rand = "0.4" | ||
rand = "0.5" | ||
rustyline = { version = "1", optional = true } | ||
y4m = "0.2" | ||
enum-iterator-derive = "0.1.1" | ||
... | ... |
Please register or sign in to comment