We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7403c6f commit 02a12d2Copy full SHA for 02a12d2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "alsa"
3
-version = "0.9.1"
+version = "0.9.2"
4
authors = ["David Henningsson <[email protected]>"]
5
6
description = "Thin but safe wrappers for ALSA (Linux sound API)"
@@ -19,6 +19,9 @@ alsa-sys = "0.3.1"
19
bitflags = "2.4.0"
20
cfg-if = "1.0"
21
22
+[dev-dependencies]
23
+anyhow = "1.0"
24
+
25
[badges]
26
is-it-maintained-issue-resolution = { repository = "diwic/alsa-rs" }
27
is-it-maintained-open-issues = { repository = "diwic/alsa-rs" }
0 commit comments