From 96910405e6dc4160410d3c4f8e39cfaf9d71a0a3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 24 Aug 2024 08:34:52 +0200 Subject: [PATCH] bump patch level to prepare release with correct minimal versions --- 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 3c298ca1..97b9c694 100644 --- a/Cargo-zng.toml +++ b/Cargo-zng.toml @@ -1,6 +1,6 @@ [package] name = "libz-ng-sys" -version = "1.1.15" +version = "1.1.16" authors = [ "Alex Crichton ", "Josh Triplett ", diff --git a/Cargo.toml b/Cargo.toml index d20e15ff..938f75f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libz-sys" -version = "1.1.19" +version = "1.1.20" authors = [ "Alex Crichton ", "Josh Triplett ",