Skip to content

Commit 02a12d2

Browse files
committed
Release v0.9.2
1 parent 7403c6f commit 02a12d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alsa"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["David Henningsson <[email protected]>"]
55

66
description = "Thin but safe wrappers for ALSA (Linux sound API)"
@@ -19,6 +19,9 @@ alsa-sys = "0.3.1"
1919
bitflags = "2.4.0"
2020
cfg-if = "1.0"
2121

22+
[dev-dependencies]
23+
anyhow = "1.0"
24+
2225
[badges]
2326
is-it-maintained-issue-resolution = { repository = "diwic/alsa-rs" }
2427
is-it-maintained-open-issues = { repository = "diwic/alsa-rs" }

0 commit comments

Comments
 (0)