Auto merge of #948 - mati865:patch-1, r=RalfJung
Bump byteorder and remove no-op feature It's automatically detected:5b3ffeeed2
With this PR `byteorder` can be from [rustc-workspace-hack](f71826e8f2/src/tools/rustc-workspace-hack/Cargo.toml (L74)
).
This commit is contained in:
commit
b1d35d5ba2
@ -30,11 +30,11 @@ doctest = false # and no doc tests
|
||||
required-features = ["rustc_tests"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = { version = "1.1", features = ["i128"] }
|
||||
cargo_metadata = { version = "0.8", optional = true }
|
||||
directories = { version = "2.0", optional = true }
|
||||
rustc_version = { version = "0.2.3", optional = true }
|
||||
getrandom = { version = "0.1.8", features = ["std"] }
|
||||
byteorder = "1.3"
|
||||
env_logger = "0.6"
|
||||
log = "0.4"
|
||||
shell-escape = "0.1.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user