diff --git a/Cargo.toml b/Cargo.toml index 3990207e..1b15da04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ publish = true bzip2-sys = { version = "0.1.13", path = "bzip2-sys", optional = true } [dependencies.libbz2-rs-sys] -version = "0.1.3" +version = "0.2.0" # Don't enable the stdio feature for better portability. default-features = false features = ["rust-allocator", "semver-prefix"]