Skip to content

Commit 247ac22

Browse files
authored
Bump byteorder and remove no-op feature
1 parent 7278385 commit 247ac22

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)