From e33f1197f79e046c909b441dd2a771dc05b0dff3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 26 Jul 2023 10:10:04 +0200 Subject: [PATCH] Bump patch level to 1.1.12 for another hotfix release. This fixes https://github.com/rust-lang/libz-sys/issues/143 . --- Cargo-zng.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo-zng.toml b/Cargo-zng.toml index 9765dc06..fc7d7e86 100644 --- a/Cargo-zng.toml +++ b/Cargo-zng.toml @@ -1,6 +1,6 @@ [package] name = "libz-ng-sys" -version = "1.1.11" +version = "1.1.12" authors = ["Alex Crichton ", "Josh Triplett ", "Sebastian Thiel "] links = "z-ng" license = "MIT OR Apache-2.0" diff --git a/Cargo.toml b/Cargo.toml index effb241e..cc61a988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libz-sys" -version = "1.1.11" +version = "1.1.12" authors = ["Alex Crichton ", "Josh Triplett ", "Sebastian Thiel "] links = "z" license = "MIT OR Apache-2.0"