Skip to content

Commit

Permalink
Update bindgen dep of asio-sys to 0.54.0 and num-derive to 0.3 (RustA…
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 authored Jul 22, 2020
1 parent 997fb9f commit 13041ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asio-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 13041ef

Please sign in to comment.