From 8a7a800cfbd5e84f668677191d6a6362bbecbf49 Mon Sep 17 00:00:00 2001 From: Bastian Bense Date: Wed, 24 Apr 2024 17:17:52 +0200 Subject: [PATCH] Update libharu_ng version to 1.0.7 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42e6212..47afe71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "cc" -version = "1.0.92" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41" +checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" [[package]] name = "cmake" @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "libharu_ng" -version = "1.0.6" +version = "1.0.7" dependencies = [ "cmake", ] diff --git a/Cargo.toml b/Cargo.toml index f007953..cd40f5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "1.0.6" +version = "1.0.7" name = "libharu_ng" description = "Easily generate PDFs from your Rust app." authors = ["Bastian Bense "]