diff --git a/Cargo.toml b/Cargo.toml index 5c19c4ca..c3f0bdfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "libz-sys" -version = "1.1.16" -authors = ["Alex Crichton ", "Josh Triplett ", "Sebastian Thiel "] +version = "1.1.17" +authors = [ + "Alex Crichton ", + "Josh Triplett ", + "Sebastian Thiel ", +] links = "z" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/libz-sys"