diff --git a/Cargo.lock b/Cargo.lock index df1bfd631..26d87dd6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.2.8" +version = "0.2.9" dependencies = [ "chia-protocol", "clvm-utils", @@ -282,7 +282,7 @@ dependencies = [ [[package]] name = "chia_py_streamable_macro" -version = "0.1.3" +version = "0.1.4" dependencies = [ "quote", "syn 2.0.25", diff --git a/Cargo.toml b/Cargo.toml index 373fc9c27..7d46f48ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ exclude = ["wheel"] [package] name = "chia" -version = "0.2.8" +version = "0.2.9" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" diff --git a/chia-tools/Cargo.toml b/chia-tools/Cargo.toml index e7ac53f36..f1b30c540 100644 --- a/chia-tools/Cargo.toml +++ b/chia-tools/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/Chia-Network/chia_rs/chia-tools" [dependencies] chia-protocol = { version = "=0.2.7", path = "../chia-protocol" } clvmr = { version = "=0.2.7", features = ["counters"] } -chia = { version = "=0.2.8", path = ".." } +chia = { version = "=0.2.9", path = ".." } sqlite = "=0.31.0" clap = { version = "=4.3.9", features = ["derive"] } zstd = "=0.12.3+zstd.1.5.2" diff --git a/chia_py_streamable_macro/Cargo.toml b/chia_py_streamable_macro/Cargo.toml index 2f183010e..ff2447922 100644 --- a/chia_py_streamable_macro/Cargo.toml +++ b/chia_py_streamable_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_py_streamable_macro" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "Apache-2.0" description = "Derive macro to create python bindings for Chia types" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index c495384c4..fcfeb2a16 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.2.8" +version = "0.2.9" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"