Skip to content

Commit a2aafc1

Browse files
committed
Cargo.toml: fix dependencies versions
1 parent a72db79 commit a2aafc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ repository = "https://github.com/astro/rust-pulse-simple"
77
license = "LGPL-3.0"
88

99
[dependencies]
10-
libpulse-sys = "0.0.0"
11-
libc = "*"
10+
libpulse-sys = "~0.0.0"
11+
libc = "~0.2.14"

0 commit comments

Comments
 (0)