From dda2a885aff53a1a2e1e90714ae8eefea90a334b Mon Sep 17 00:00:00 2001 From: ognevnydemon <119937608+ognevnydemon@users.noreply.github.com> Date: Tue, 9 Jan 2024 06:30:29 +0000 Subject: [PATCH] bump patch to be sure that needed fix for `*-gnullvm` target is applied --- 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 d12ff97b..88a3020b 100644 --- a/Cargo-zng.toml +++ b/Cargo-zng.toml @@ -1,6 +1,6 @@ [package] name = "libz-ng-sys" -version = "1.1.13" +version = "1.1.14" 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 295fe384..42eb3e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libz-sys" -version = "1.1.13" +version = "1.1.14" authors = ["Alex Crichton ", "Josh Triplett ", "Sebastian Thiel "] links = "z" license = "MIT OR Apache-2.0"