diff --git a/Cargo.lock b/Cargo.lock index 24c34aba..d2120d53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chiavdf" -version = "1.1.12" +version = "1.1.14" dependencies = [ "bindgen", "cmake", diff --git a/rust_bindings/Cargo.toml b/rust_bindings/Cargo.toml index 1eac7eec..970824bc 100644 --- a/rust_bindings/Cargo.toml +++ b/rust_bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chiavdf" -version = "1.1.13" +version = "1.1.14" edition = "2021" license = "Apache-2.0" description = "Bindings to the chiavdf C++ library."