Skip to content

Commit 3fde65c

Browse files
committed
Only bump sys version.
1 parent e6d714d commit 3fde65c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
32
name = "portaudio"
43
version = "0.7.1"
54
authors = ["Jeremy Letang <[email protected]>",
@@ -13,4 +12,4 @@ repository = "https://github.com/RustAudio/rust-portaudio.git"
1312
bitflags = "0.8.2"
1413
libc = "0.2.51"
1514
num = { version = "0.2.0", default-features = false }
16-
portaudio_sys = { path = "./rust-portaudio-sys", version = "0.1.1" }
15+
portaudio_sys = { path = "./rust-portaudio-sys", version = "0.1.0" }

rust-portaudio-sys/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
2-
32
name = "portaudio_sys"
4-
version = "0.1.1"
3+
version = "0.1.2"
54
authors = ["Jeremy Letang <[email protected]>",
65
"Mitchell Nordine <[email protected]>"]
76
description = "PortAudio bindings for Rust."

0 commit comments

Comments
 (0)