We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbe5e6f + 247ac22 commit b1d35d5Copy full SHA for b1d35d5
Cargo.toml
@@ -30,11 +30,11 @@ doctest = false # and no doc tests
30
required-features = ["rustc_tests"]
31
32
[dependencies]
33
-byteorder = { version = "1.1", features = ["i128"] }
34
cargo_metadata = { version = "0.8", optional = true }
35
directories = { version = "2.0", optional = true }
36
rustc_version = { version = "0.2.3", optional = true }
37
getrandom = { version = "0.1.8", features = ["std"] }
+byteorder = "1.3"
38
env_logger = "0.6"
39
log = "0.4"
40
shell-escape = "0.1.4"
0 commit comments