Skip to content

Commit e6d714d

Browse files
committed
Bump correct package.
1 parent 34028ae commit e6d714d

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
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "portaudio"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
authors = ["Jeremy Letang <[email protected]>",
66
"Mitchell Nordine <[email protected]>"]
77
description = "PortAudio bindings for Rust."
@@ -10,7 +10,7 @@ homepage = "https://github.com/RustAudio/rust-portaudio"
1010
repository = "https://github.com/RustAudio/rust-portaudio.git"
1111

1212
[dependencies]
13-
bitflags = "0.8.3"
13+
bitflags = "0.8.2"
1414
libc = "0.2.51"
1515
num = { version = "0.2.0", default-features = false }
1616
portaudio_sys = { path = "./rust-portaudio-sys", version = "0.1.1" }

0 commit comments

Comments
 (0)