From 4c154d76e35df7785adf20a7c34c006271150482 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Fri, 1 Aug 2025 17:02:07 -0400 Subject: [PATCH] Bump to 0.29.0 --- Cargo.lock | 114 ++++++++++----------- Cargo.toml | 44 ++++---- crates/chia-bls/Cargo.toml | 2 +- crates/chia-bls/fuzz/Cargo.toml | 2 +- crates/chia-client/Cargo.toml | 2 +- crates/chia-consensus/Cargo.toml | 2 +- crates/chia-consensus/fuzz/Cargo.toml | 2 +- crates/chia-protocol/Cargo.toml | 2 +- crates/chia-protocol/fuzz/Cargo.toml | 2 +- crates/chia-puzzle-types/Cargo.toml | 2 +- crates/chia-puzzle-types/fuzz/Cargo.toml | 2 +- crates/chia-secp/Cargo.toml | 2 +- crates/chia-serde/Cargo.toml | 2 +- crates/chia-sha2/Cargo.toml | 2 +- crates/chia-ssl/Cargo.toml | 2 +- crates/chia-tools/Cargo.toml | 2 +- crates/chia-traits/Cargo.toml | 2 +- crates/chia_py_streamable_macro/Cargo.toml | 2 +- crates/chia_streamable_macro/Cargo.toml | 2 +- crates/clvm-derive/Cargo.toml | 2 +- crates/clvm-traits/Cargo.toml | 2 +- crates/clvm-traits/fuzz/Cargo.toml | 2 +- crates/clvm-utils/Cargo.toml | 2 +- crates/clvm-utils/fuzz/Cargo.toml | 2 +- wasm/Cargo.toml | 2 +- wheel/Cargo.toml | 2 +- 26 files changed, 103 insertions(+), 103 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 744a17d6f..4de5f34bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,18 +287,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.28.2" +version = "0.29.0" dependencies = [ - "chia-bls 0.28.2", + "chia-bls 0.29.0", "chia-client", "chia-consensus", "chia-protocol", "chia-puzzle-types", "chia-secp", "chia-serde", - "chia-sha2 0.28.2", + "chia-sha2 0.29.0", "chia-ssl", - "chia-traits 0.28.2", + "chia-traits 0.29.0", "clvm-traits", "clvm-utils", "clvmr", @@ -322,13 +322,13 @@ dependencies = [ [[package]] name = "chia-bls" -version = "0.28.2" +version = "0.29.0" dependencies = [ "arbitrary", "blst", "chia-serde", - "chia-sha2 0.28.2", - "chia-traits 0.28.2", + "chia-sha2 0.29.0", + "chia-traits 0.29.0", "chia_py_streamable_macro", "criterion", "hex", @@ -344,19 +344,19 @@ dependencies = [ [[package]] name = "chia-bls-fuzz" -version = "0.28.2" +version = "0.29.0" dependencies = [ - "chia-bls 0.28.2", + "chia-bls 0.29.0", "libfuzzer-sys", "pyo3", ] [[package]] name = "chia-client" -version = "0.28.2" +version = "0.29.0" dependencies = [ "chia-protocol", - "chia-traits 0.28.2", + "chia-traits 0.29.0", "futures-util", "thiserror", "tokio", @@ -366,17 +366,17 @@ dependencies = [ [[package]] name = "chia-consensus" -version = "0.28.2" +version = "0.29.0" dependencies = [ "blocking-threadpool", - "chia-bls 0.28.2", + "chia-bls 0.29.0", "chia-protocol", "chia-puzzle-types", "chia-puzzles", - "chia-sha2 0.28.2", - "chia-traits 0.28.2", + "chia-sha2 0.29.0", + "chia-traits 0.29.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.28.2", + "chia_streamable_macro 0.29.0", "clvm-traits", "clvm-utils", "clvmr", @@ -393,13 +393,13 @@ dependencies = [ [[package]] name = "chia-consensus-fuzz" -version = "0.28.2" +version = "0.29.0" dependencies = [ - "chia-bls 0.28.2", + "chia-bls 0.29.0", "chia-consensus", "chia-protocol", - "chia-sha2 0.28.2", - "chia-traits 0.28.2", + "chia-sha2 0.29.0", + "chia-traits 0.29.0", "clvm-fuzzing", "clvm-traits", "clvm-utils", @@ -410,16 +410,16 @@ dependencies = [ [[package]] name = "chia-protocol" -version = "0.28.2" +version = "0.29.0" dependencies = [ "anyhow", "arbitrary", - "chia-bls 0.28.2", + "chia-bls 0.29.0", "chia-serde", - "chia-sha2 0.28.2", - "chia-traits 0.28.2", + "chia-sha2 0.29.0", + "chia-traits 0.29.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.28.2", + "chia_streamable_macro 0.29.0", "clvm-traits", "clvm-utils", "clvmr", @@ -433,12 +433,12 @@ dependencies = [ [[package]] name = "chia-protocol-fuzz" -version = "0.28.2" +version = "0.29.0" dependencies = [ "arbitrary", "chia-protocol", - "chia-sha2 0.28.2", - "chia-traits 0.28.2", + "chia-sha2 0.29.0", + "chia-traits 0.29.0", "clvm-traits", "clvmr", "hex", @@ -447,14 +447,14 @@ dependencies = [ [[package]] name = "chia-puzzle-types" -version = "0.28.2" +version = "0.29.0" dependencies = [ "anyhow", "arbitrary", - "chia-bls 0.28.2", + "chia-bls 0.29.0", "chia-protocol", "chia-puzzles", - "chia-sha2 0.28.2", + "chia-sha2 0.29.0", "clvm-traits", "clvm-utils", "clvmr", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "chia-puzzle-types-fuzz" -version = "0.28.2" +version = "0.29.0" dependencies = [ "chia-puzzle-types", "clvm-traits", @@ -486,11 +486,11 @@ dependencies = [ [[package]] name = "chia-secp" -version = "0.28.2" +version = "0.29.0" dependencies = [ "anyhow", "arbitrary", - "chia-sha2 0.28.2", + "chia-sha2 0.29.0", "hex", "k256", "p256", @@ -500,7 +500,7 @@ dependencies = [ [[package]] name = "chia-serde" -version = "0.28.2" +version = "0.29.0" dependencies = [ "anyhow", "bincode", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "chia-sha2" -version = "0.28.2" +version = "0.29.0" dependencies = [ "openssl", "sha2", @@ -529,7 +529,7 @@ dependencies = [ [[package]] name = "chia-ssl" -version = "0.28.2" +version = "0.29.0" dependencies = [ "rand", "rcgen", @@ -540,16 +540,16 @@ dependencies = [ [[package]] name = "chia-tools" -version = "0.28.2" +version = "0.29.0" dependencies = [ "blocking-threadpool", - "chia-bls 0.28.2", + "chia-bls 0.29.0", "chia-consensus", "chia-protocol", "chia-puzzle-types", "chia-puzzles", - "chia-sha2 0.28.2", - "chia-traits 0.28.2", + "chia-sha2 0.29.0", + "chia-traits 0.29.0", "clap", "clvm-traits", "clvm-utils", @@ -575,17 +575,17 @@ dependencies = [ [[package]] name = "chia-traits" -version = "0.28.2" +version = "0.29.0" dependencies = [ - "chia-sha2 0.28.2", - "chia_streamable_macro 0.28.2", + "chia-sha2 0.29.0", + "chia_streamable_macro 0.29.0", "pyo3", "thiserror", ] [[package]] name = "chia_py_streamable_macro" -version = "0.28.2" +version = "0.29.0" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -595,14 +595,14 @@ dependencies = [ [[package]] name = "chia_rs" -version = "0.28.2" +version = "0.29.0" dependencies = [ - "chia-bls 0.28.2", + "chia-bls 0.29.0", "chia-client", "chia-consensus", "chia-protocol", "chia-ssl", - "chia-traits 0.28.2", + "chia-traits 0.29.0", "clvm-utils", "clvmr", "hex", @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "chia_streamable_macro" -version = "0.28.2" +version = "0.29.0" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -633,7 +633,7 @@ dependencies = [ [[package]] name = "chia_wasm" -version = "0.28.2" +version = "0.29.0" dependencies = [ "wasm-bindgen", ] @@ -707,7 +707,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "clvm-derive" -version = "0.28.2" +version = "0.29.0" dependencies = [ "proc-macro2", "quote", @@ -728,9 +728,9 @@ dependencies = [ [[package]] name = "clvm-traits" -version = "0.28.2" +version = "0.29.0" dependencies = [ - "chia-bls 0.28.2", + "chia-bls 0.29.0", "chia-secp", "clvm-derive", "clvmr", @@ -743,7 +743,7 @@ dependencies = [ [[package]] name = "clvm-traits-fuzz" -version = "0.28.2" +version = "0.29.0" dependencies = [ "clvm-traits", "clvmr", @@ -752,9 +752,9 @@ dependencies = [ [[package]] name = "clvm-utils" -version = "0.28.2" +version = "0.29.0" dependencies = [ - "chia-sha2 0.28.2", + "chia-sha2 0.29.0", "clvm-traits", "clvmr", "hex", @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "clvm-utils-fuzz" -version = "0.28.2" +version = "0.29.0" dependencies = [ "clvm-fuzzing", "clvm-traits", diff --git a/Cargo.toml b/Cargo.toml index 3912d3227..379524847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "A meta-crate that exports all of the Chia crates in the workspace." @@ -108,27 +108,27 @@ lto = "thin" bench = false [workspace.dependencies] -chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.28.2" } -chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.28.2" } -chia-bls = { path = "./crates/chia-bls", version = "0.28.2" } -chia-client = { path = "./crates/chia-client", version = "0.28.2" } -chia-consensus = { path = "./crates/chia-consensus", version = "0.28.2" } -chia-protocol = { path = "./crates/chia-protocol", version = "0.28.2" } -chia-secp = { path = "./crates/chia-secp", version = "0.28.2" } -chia-ssl = { path = "./crates/chia-ssl", version = "0.28.2" } -chia-traits = { path = "./crates/chia-traits", version = "0.28.2" } -chia-puzzle-types = { path = "./crates/chia-puzzle-types", version = "0.28.2" } -chia-sha2 = { path = "./crates/chia-sha2", version = "0.28.2" } -chia-serde = { path = "./crates/chia-serde", version = "0.28.2" } -clvm-traits = { path = "./crates/clvm-traits", version = "0.28.2" } -clvm-utils = { path = "./crates/clvm-utils", version = "0.28.2" } -clvm-derive = { path = "./crates/clvm-derive", version = "0.28.2" } -chia-consensus-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.28.2" } -chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.28.2" } -chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.28.2" } -chia-puzzle-types-fuzz = { path = "./crates/chia-puzzle-types/fuzz", version = "0.28.2" } -clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.28.2" } -clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.28.2" } +chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.29.0" } +chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.29.0" } +chia-bls = { path = "./crates/chia-bls", version = "0.29.0" } +chia-client = { path = "./crates/chia-client", version = "0.29.0" } +chia-consensus = { path = "./crates/chia-consensus", version = "0.29.0" } +chia-protocol = { path = "./crates/chia-protocol", version = "0.29.0" } +chia-secp = { path = "./crates/chia-secp", version = "0.29.0" } +chia-ssl = { path = "./crates/chia-ssl", version = "0.29.0" } +chia-traits = { path = "./crates/chia-traits", version = "0.29.0" } +chia-puzzle-types = { path = "./crates/chia-puzzle-types", version = "0.29.0" } +chia-sha2 = { path = "./crates/chia-sha2", version = "0.29.0" } +chia-serde = { path = "./crates/chia-serde", version = "0.29.0" } +clvm-traits = { path = "./crates/clvm-traits", version = "0.29.0" } +clvm-utils = { path = "./crates/clvm-utils", version = "0.29.0" } +clvm-derive = { path = "./crates/clvm-derive", version = "0.29.0" } +chia-consensus-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.29.0" } +chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.29.0" } +chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.29.0" } +chia-puzzle-types-fuzz = { path = "./crates/chia-puzzle-types/fuzz", version = "0.29.0" } +clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.29.0" } +clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.29.0" } blst = { version = "0.3.14", features = ["portable"] } clvmr = "0.16.1" clvm-fuzzing = "0.16.1" diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index 2a0df3933..8b96b42d0 100644 --- a/crates/chia-bls/Cargo.toml +++ b/crates/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "BLS signature, verification and aggregation functions for the Chia blockchain" diff --git a/crates/chia-bls/fuzz/Cargo.toml b/crates/chia-bls/fuzz/Cargo.toml index c7cc205f9..d94f36d52 100644 --- a/crates/chia-bls/fuzz/Cargo.toml +++ b/crates/chia-bls/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls-fuzz" -version = "0.28.2" +version = "0.29.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-client/Cargo.toml b/crates/chia-client/Cargo.toml index 5f165df72..08d52701d 100644 --- a/crates/chia-client/Cargo.toml +++ b/crates/chia-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-client" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Chia light client and async peer connections." diff --git a/crates/chia-consensus/Cargo.toml b/crates/chia-consensus/Cargo.toml index d97637de6..f4645a0d6 100644 --- a/crates/chia-consensus/Cargo.toml +++ b/crates/chia-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-consensus" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" diff --git a/crates/chia-consensus/fuzz/Cargo.toml b/crates/chia-consensus/fuzz/Cargo.toml index 904ef819a..489311fc2 100644 --- a/crates/chia-consensus/fuzz/Cargo.toml +++ b/crates/chia-consensus/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-consensus-fuzz" -version = "0.28.2" +version = "0.29.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-protocol/Cargo.toml b/crates/chia-protocol/Cargo.toml index d72eea5bc..4e28c5c18 100644 --- a/crates/chia-protocol/Cargo.toml +++ b/crates/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Chia network protocol message types" diff --git a/crates/chia-protocol/fuzz/Cargo.toml b/crates/chia-protocol/fuzz/Cargo.toml index 5acb14f1d..aa86f35d6 100644 --- a/crates/chia-protocol/fuzz/Cargo.toml +++ b/crates/chia-protocol/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol-fuzz" -version = "0.28.2" +version = "0.29.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-puzzle-types/Cargo.toml b/crates/chia-puzzle-types/Cargo.toml index 18eabdc0c..b012a69a4 100644 --- a/crates/chia-puzzle-types/Cargo.toml +++ b/crates/chia-puzzle-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzle-types" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "CLVM types for standard Chia puzzles." diff --git a/crates/chia-puzzle-types/fuzz/Cargo.toml b/crates/chia-puzzle-types/fuzz/Cargo.toml index 4ab9bd17d..b61f0ad13 100644 --- a/crates/chia-puzzle-types/fuzz/Cargo.toml +++ b/crates/chia-puzzle-types/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzle-types-fuzz" -version = "0.28.2" +version = "0.29.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-secp/Cargo.toml b/crates/chia-secp/Cargo.toml index 1dec97252..ccc29dd55 100644 --- a/crates/chia-secp/Cargo.toml +++ b/crates/chia-secp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-secp" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Secp256k1 and secp256r1 types for Chia" diff --git a/crates/chia-serde/Cargo.toml b/crates/chia-serde/Cargo.toml index eed345bbe..ec5d965de 100644 --- a/crates/chia-serde/Cargo.toml +++ b/crates/chia-serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-serde" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Serialization and deserialization helpers for Chia types" diff --git a/crates/chia-sha2/Cargo.toml b/crates/chia-sha2/Cargo.toml index a4c2acaa0..b96fdc5c6 100644 --- a/crates/chia-sha2/Cargo.toml +++ b/crates/chia-sha2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sha2" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "A common wrapper around OpenSSL and sha2 implementations of sha256." diff --git a/crates/chia-ssl/Cargo.toml b/crates/chia-ssl/Cargo.toml index e4fd2d519..8c50b6d99 100644 --- a/crates/chia-ssl/Cargo.toml +++ b/crates/chia-ssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-ssl" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Chia SSL X.509 certificate generator" diff --git a/crates/chia-tools/Cargo.toml b/crates/chia-tools/Cargo.toml index 6885e22c4..4a1f96619 100644 --- a/crates/chia-tools/Cargo.toml +++ b/crates/chia-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-tools" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" diff --git a/crates/chia-traits/Cargo.toml b/crates/chia-traits/Cargo.toml index cebfa24dd..78a27d62f 100644 --- a/crates/chia-traits/Cargo.toml +++ b/crates/chia-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-traits" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Chia traits for Streamable types (chia's serialization format)" diff --git a/crates/chia_py_streamable_macro/Cargo.toml b/crates/chia_py_streamable_macro/Cargo.toml index 7f3edb805..859d47ddd 100644 --- a/crates/chia_py_streamable_macro/Cargo.toml +++ b/crates/chia_py_streamable_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_py_streamable_macro" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Derive macro to create python bindings for Chia types" diff --git a/crates/chia_streamable_macro/Cargo.toml b/crates/chia_streamable_macro/Cargo.toml index eb0a6f7f5..8301fc7f2 100644 --- a/crates/chia_streamable_macro/Cargo.toml +++ b/crates/chia_streamable_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_streamable_macro" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Streamable derive macro for serializing/deserializing types in Chia protocol format" diff --git a/crates/clvm-derive/Cargo.toml b/crates/clvm-derive/Cargo.toml index 11927dd7c..707627b23 100644 --- a/crates/clvm-derive/Cargo.toml +++ b/crates/clvm-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-derive" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Derive macros for implementing CLVM traits." diff --git a/crates/clvm-traits/Cargo.toml b/crates/clvm-traits/Cargo.toml index 3ed76ea28..a5ab92005 100644 --- a/crates/clvm-traits/Cargo.toml +++ b/crates/clvm-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Traits for encoding and decoding CLVM objects." diff --git a/crates/clvm-traits/fuzz/Cargo.toml b/crates/clvm-traits/fuzz/Cargo.toml index d50acdb6d..88a8efacb 100644 --- a/crates/clvm-traits/fuzz/Cargo.toml +++ b/crates/clvm-traits/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits-fuzz" -version = "0.28.2" +version = "0.29.0" publish = false edition = "2021" diff --git a/crates/clvm-utils/Cargo.toml b/crates/clvm-utils/Cargo.toml index ec5bb32d7..d367c6f4b 100644 --- a/crates/clvm-utils/Cargo.toml +++ b/crates/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "Apache-2.0" description = "Utility functions for processing clvm programs and structures" diff --git a/crates/clvm-utils/fuzz/Cargo.toml b/crates/clvm-utils/fuzz/Cargo.toml index 8fad0abde..45ffe8705 100644 --- a/crates/clvm-utils/fuzz/Cargo.toml +++ b/crates/clvm-utils/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils-fuzz" -version = "0.28.2" +version = "0.29.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index b37e50567..cbddad079 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_wasm" -version = "0.28.2" +version = "0.29.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index 08a7735ec..36ca567b4 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.28.2" +version = "0.29.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"