Skip to content

Commit

Permalink
Merge pull request #89 from mbodmer/bump-deps
Browse files Browse the repository at this point in the history
bump to libc 0.2.135 and nix 0.25
  • Loading branch information
diwic committed Oct 22, 2022
2 parents 5c11d29 + 56822b1 commit 2dcc58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ edition = "2021"
include = ["README.md", "LICENSE-*", "Cargo.toml", "src/"]

[dependencies]
libc = "0.2.105"
libc = "0.2"
alsa-sys = "0.3.1"
bitflags = "1.3.2"
nix = { version = "0.24", default-features = false, features = ["ioctl"] }
nix = { version = "^0.24", default-features = false, features = ["ioctl"] }

[badges]
is-it-maintained-issue-resolution = { repository = "diwic/alsa-rs" }
Expand Down

0 comments on commit 2dcc58d

Please sign in to comment.