Skip to content

Commit

Permalink
Merge pull request #547 from xMAC94x/update_deps
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
est31 authored Mar 16, 2021
2 parents ca85e41 + 2993afe commit 5cfa090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.13.1"
version = "0.13.2"
authors = ["The CPAL contributors", "Pierre Krieger <[email protected]>"]
description = "Low-level cross-platform audio I/O library in pure Rust."
repository = "https://github.com/rustaudio/cpal"
Expand All @@ -25,11 +25,11 @@ winapi = { version = "0.3", features = ["audiosessiontypes", "audioclient", "com
asio-sys = { version = "0.2", path = "asio-sys", optional = true }
num-traits = { version = "0.2.6", optional = true }
parking_lot = "0.11"
lazy_static = "1.3"
lazy_static = "1.4"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))'.dependencies]
alsa = "0.4.3"
nix = "0.15.0"
alsa = "0.5"
nix = "0.20"
libc = "0.2.65"
parking_lot = "0.11"
jack = { version = "0.6.5", optional = true }
Expand Down

0 comments on commit 5cfa090

Please sign in to comment.