From 9e34a77e0ba31dcbb7a24f49494d34fb6ee15a5b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 25 Jul 2023 18:39:22 +0200 Subject: [PATCH] bump patch level for hotfix release libz-sys should now build on non-debian linuxes again which need a different search path. --- 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 0a2b5499..9765dc06 100644 --- a/Cargo-zng.toml +++ b/Cargo-zng.toml @@ -1,6 +1,6 @@ [package] name = "libz-ng-sys" -version = "1.1.10" +version = "1.1.11" 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 7421852c..effb241e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libz-sys" -version = "1.1.10" +version = "1.1.11" authors = ["Alex Crichton ", "Josh Triplett ", "Sebastian Thiel "] links = "z" license = "MIT OR Apache-2.0"