Update bindgen dep of asio-sys to 0.54.0 and num-derive to 0.3 (#454)

This commit is contained in:
est31 2020-07-22 23:36:50 +02:00 committed by GitHub
parent 997fb9fa8a
commit 13041efbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ keywords = ["audio", "sound", "asio", "steinberg"]
build = "build.rs"
[target.'cfg(any(target_os = "windows"))'.build-dependencies]
bindgen = "0.51.0"
bindgen = "0.54.0"
walkdir = "2"
cc = "1.0.25"
[dependencies]
lazy_static = "1.0.0"
num-derive = "0.2"
num-derive = "0.3"
num-traits = "0.2"