From 0f6be28f08ceef9feee45d755b5928e879d351f2 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Fri, 15 Mar 2024 11:50:15 -0400 Subject: [PATCH] Bump to 1.5.0 --- rust-bindings/Cargo.lock | 2 +- rust-bindings/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-bindings/Cargo.lock b/rust-bindings/Cargo.lock index 60f43df..e950eee 100644 --- a/rust-bindings/Cargo.lock +++ b/rust-bindings/Cargo.lock @@ -87,7 +87,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chiabip158" -version = "0.1.0" +version = "1.5.0" dependencies = [ "bindgen", "cc 1.0.90 (git+https://github.com/0123456789-jpg/cc-rs?rev=41a8731)", diff --git a/rust-bindings/Cargo.toml b/rust-bindings/Cargo.toml index b1bcee0..b100574 100644 --- a/rust-bindings/Cargo.toml +++ b/rust-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chiabip158" -version = "0.1.0" +version = "1.5.0" edition = "2021" links = "chiabip158"