diff --git a/Cargo.toml b/Cargo.toml index b7a769f..65c2359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "portaudio" -version = "0.4.10" +version = "0.4.11" authors = ["Jeremy Letang ", "Mitchell Nordine "] description = "PortAudio bindings for Rust." @@ -13,7 +13,7 @@ repository = "https://github.com/jeremyletang/rust-portaudio.git" [lib] name = "portaudio" -crate-type = ["dylib", "rlib"] +crate-type = ["rlib"] [build-dependencies] pkg-config = "*"