We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7278385 + 138492c commit cbe5e6fCopy full SHA for cbe5e6f
Cargo.toml
@@ -39,11 +39,13 @@ env_logger = "0.6"
39
log = "0.4"
40
shell-escape = "0.1.4"
41
hex = "0.3.2"
42
-rand = "0.6"
+rand = "0.7"
43
+
44
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
45
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
46
# for more information.
47
rustc-workspace-hack = "1.0.0"
48
49
# Depend on num-traits with default features to avoid having to rebuild
50
# between "cargo build" and "cargo intall".
51
num-traits = "*"
0 commit comments