diff --git a/Cargo.lock b/Cargo.lock index 8356efa45..8c7421848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chiapos" -version = "2.0.6" +version = "2.0.8" dependencies = [ "bindgen", "cmake", diff --git a/rust-bindings/Cargo.toml b/rust-bindings/Cargo.toml index b4fd4d4ef..ad2f7bbad 100644 --- a/rust-bindings/Cargo.toml +++ b/rust-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chiapos" -version = "2.0.6" +version = "2.0.8" edition = "2021" license = "Apache-2.0" description = "Bindings to the chiapos C++ library."