Upgrade to rustc 1.39.0-nightly (66bf391c3 2019-09-23)

This commit is contained in:
Simon Sapin 2019-09-24 21:07:10 +02:00
parent f3fb4460a4
commit d69607064b
3 changed files with 5 additions and 3 deletions

View file

@ -82,7 +82,7 @@ void = "1.0.2"
[build-dependencies]
lazy_static = "1"
log = "0.4"
bindgen = {version = "0.49", optional = true, default-features = false}
bindgen = {version = "0.51", optional = true, default-features = false}
regex = {version = "1.1", optional = true}
walkdir = "2.1.4"
toml = {version = "0.5", optional = true, default-features = false}