Merge branch 'master' into tests

This commit is contained in:
Ralf Jung 2018-07-12 11:34:26 +02:00 committed by GitHub
commit 4fdcccdc70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"