Skip to content

Commit b4c6b78

Browse files
committed
Use new portaudio-sys2 crate.
1 parent f206450 commit b4c6b78

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
2-
32
name = "portaudio"
4-
version = "0.7.0"
3+
version = "0.7.1"
54
authors = ["Jeremy Letang <[email protected]>",
65
"Mitchell Nordine <[email protected]>"]
76
description = "PortAudio bindings for Rust."
@@ -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.0" }
15+
portaudio-sys2 = { path = "./rust-portaudio-sys", version = "0.1.0" }

0 commit comments

Comments
 (0)