Skip to content

Commit 34028ae

Browse files
committed
Release new version.
1 parent b494038 commit 34028ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2"
13+
bitflags = "0.8.3"
1414
libc = "0.2.51"
1515
num = { version = "0.2.0", default-features = false }
16-
portaudio_sys = { path = "./rust-portaudio-sys", version = "0.1.0" }
16+
portaudio_sys = { path = "./rust-portaudio-sys", version = "0.1.1" }

rust-portaudio-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "portaudio_sys"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = ["Jeremy Letang <[email protected]>",
66
"Mitchell Nordine <[email protected]>"]
77
description = "PortAudio bindings for Rust."

0 commit comments

Comments
 (0)