From b5991cfdc078e79150dbf25e8eed6e80b6eeed55 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 16 May 2024 15:44:10 +0200 Subject: [PATCH] Bump version to 1.1.17 --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"