From bde9725ea512d503d7ea3e6b47731dcbadc1b615 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Wed, 2 Oct 2024 11:15:27 -0400 Subject: [PATCH] Bump to 1.1.8 --- Cargo.lock | 2 +- rust_bindings/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fba1d24..445d06f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chiavdf" -version = "1.1.6" +version = "1.1.8" dependencies = [ "bindgen", "cmake", diff --git a/rust_bindings/Cargo.toml b/rust_bindings/Cargo.toml index 48edaaf..17a84bc 100644 --- a/rust_bindings/Cargo.toml +++ b/rust_bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chiavdf" -version = "1.1.6" +version = "1.1.8" edition = "2021" license = "Apache-2.0" description = "Bindings to the chiavdf C++ library."