From 4cdd3c65e63d8c49373370a98174bb5ba046b1c1 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Tue, 3 Sep 2024 17:53:56 -0400 Subject: [PATCH 1/2] Include stdint.h in wrapper.h --- c-bindings/wrapper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/c-bindings/wrapper.h b/c-bindings/wrapper.h index a6236c36f..84d7b0423 100644 --- a/c-bindings/wrapper.h +++ b/c-bindings/wrapper.h @@ -1,3 +1,4 @@ +#include #include "picosha2.hpp" extern "C" { From 8a3793743b480c3b390f97412f793bba628ac888 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Tue, 3 Sep 2024 17:55:52 -0400 Subject: [PATCH 2/2] Bump to 2.0.6 --- Cargo.lock | 2 +- rust-bindings/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96cf3225a..8356efa45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chiapos" -version = "2.0.5" +version = "2.0.6" dependencies = [ "bindgen", "cmake", diff --git a/rust-bindings/Cargo.toml b/rust-bindings/Cargo.toml index 9496b114d..b4fd4d4ef 100644 --- a/rust-bindings/Cargo.toml +++ b/rust-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chiapos" -version = "2.0.5" +version = "2.0.6" edition = "2021" license = "Apache-2.0" description = "Bindings to the chiapos C++ library."