We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdcf52 commit aa868a8Copy full SHA for aa868a8
Cargo.toml
@@ -40,12 +40,15 @@ rustc_version = { version = "0.2.3", optional = true }
40
env_logger = "0.6"
41
log = "0.4"
42
shell-escape = "0.1.4"
43
+hex = "0.3.2"
44
+rand = "0.6"
45
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
46
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
47
# for more information.
48
rustc-workspace-hack = "1.0.0"
-hex = "0.3.2"
-rand = "0.6"
49
+# Depend on num-traits with default features to avoid having to rebuild
50
+# between "cargo build" and "cargo intall".
51
+num-traits = "*"
52
53
[build-dependencies]
54
vergen = "3"
0 commit comments