Update libloading to 0.5

This commit is contained in:
Bastien Orivel 2018-03-13 12:33:01 +01:00
parent 7e0f45b1c7
commit b598c14b75
2 changed files with 101 additions and 102 deletions

View file

@ -78,7 +78,7 @@ kernel32-sys = "0.2"
[build-dependencies]
lazy_static = "1"
log = "0.3"
bindgen = { version = "0.33.1", optional = true, default-features = false }
bindgen = { version = "0.33.2", optional = true, default-features = false }
regex = {version = "0.2", optional = true}
walkdir = "1.0"
toml = {version = "0.4.5", optional = true, default-features = false}