mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
Merge branch 'master' into tests
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@ required-features = ["cargo_miri"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = { version = "1.1", features = ["i128"]}
|
||||
cargo_metadata = { version = "0.5", optional = true }
|
||||
regex = "0.2.2"
|
||||
cargo_metadata = { version = "0.6", optional = true }
|
||||
regex = "1.0"
|
||||
lazy_static = "1.0"
|
||||
env_logger = "0.5.0-rc.1"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user