From 2968c2462802975f936a7d30fdc66038b9727e47 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:15:12 -0800 Subject: [PATCH] Bump crate version to 1.1.9 --- rust_bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust_bindings/Cargo.toml b/rust_bindings/Cargo.toml index c2eb27a8..f412aefe 100644 --- a/rust_bindings/Cargo.toml +++ b/rust_bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chiavdf" -version = "1.1.8" +version = "1.1.9" edition = "2021" license = "Apache-2.0" description = "Bindings to the chiavdf C++ library."