Skip to content

Commit b1d35d5

Browse files
committed
Auto merge of #948 - mati865:patch-1, r=RalfJung
Bump byteorder and remove no-op feature It's automatically detected: BurntSushi/byteorder@5b3ffee With this PR `byteorder` can be from [rustc-workspace-hack](https://github.com/rust-lang/rust/blob/f71826e8f26fd4fa331574caa462960db8ed961a/src/tools/rustc-workspace-hack/Cargo.toml#L74).
2 parents cbe5e6f + 247ac22 commit b1d35d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ doctest = false # and no doc tests
3030
required-features = ["rustc_tests"]
3131

3232
[dependencies]
33-
byteorder = { version = "1.1", features = ["i128"] }
3433
cargo_metadata = { version = "0.8", optional = true }
3534
directories = { version = "2.0", optional = true }
3635
rustc_version = { version = "0.2.3", optional = true }
3736
getrandom = { version = "0.1.8", features = ["std"] }
37+
byteorder = "1.3"
3838
env_logger = "0.6"
3939
log = "0.4"
4040
shell-escape = "0.1.4"

0 commit comments

Comments
 (0)