From 279f0e9cc270739edbcf493a19ca86ef91a90cb4 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Tue, 14 May 2024 11:53:06 -0400 Subject: [PATCH] Bump workspace versions to 0.8.0 --- Cargo.lock | 74 ++++++++++++------------- Cargo.toml | 18 +++--- crates/chia-bls/Cargo.toml | 4 +- crates/chia-client/Cargo.toml | 6 +- crates/chia-consensus/Cargo.toml | 16 +++--- crates/chia-protocol/Cargo.toml | 12 ++-- crates/chia-protocol/fuzz/Cargo.toml | 2 +- crates/chia-puzzles/Cargo.toml | 10 ++-- crates/chia-puzzles/fuzz/Cargo.toml | 4 +- crates/chia-tools/Cargo.toml | 16 +++--- crates/chia-traits/Cargo.toml | 4 +- crates/chia_streamable_macro/Cargo.toml | 2 +- crates/clvm-traits/Cargo.toml | 4 +- crates/clvm-utils/Cargo.toml | 6 +- crates/clvm-utils/fuzz/Cargo.toml | 2 +- wasm/Cargo.toml | 2 +- wheel/Cargo.toml | 16 +++--- 17 files changed, 99 insertions(+), 99 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 443eb8777..21b0fa698 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,15 +276,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.7.0" +version = "0.8.0" dependencies = [ - "chia-bls 0.7.0", + "chia-bls 0.8.0", "chia-client", "chia-consensus", "chia-protocol", "chia-puzzles", "chia-ssl", - "chia-traits 0.7.0", + "chia-traits 0.8.0", "clvm-traits", "clvm-utils", ] @@ -308,12 +308,12 @@ dependencies = [ [[package]] name = "chia-bls" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "arbitrary", "blst", - "chia-traits 0.7.0", + "chia-traits 0.8.0", "chia_py_streamable_macro", "criterion", "hex", @@ -331,17 +331,17 @@ dependencies = [ name = "chia-bls-fuzz" version = "0.0.0" dependencies = [ - "chia-bls 0.7.0", + "chia-bls 0.8.0", "libfuzzer-sys", "pyo3", ] [[package]] name = "chia-client" -version = "0.7.0" +version = "0.8.0" dependencies = [ "chia-protocol", - "chia-traits 0.7.0", + "chia-traits 0.8.0", "futures-util", "thiserror", "tokio", @@ -351,14 +351,14 @@ dependencies = [ [[package]] name = "chia-consensus" -version = "0.7.0" +version = "0.8.0" dependencies = [ - "chia-bls 0.7.0", + "chia-bls 0.8.0", "chia-protocol", "chia-puzzles", - "chia-traits 0.7.0", + "chia-traits 0.8.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.6.0", + "chia_streamable_macro 0.8.0", "clvm-derive", "clvm-traits", "clvm-utils", @@ -381,7 +381,7 @@ version = "0.6.0" dependencies = [ "chia-consensus", "chia-protocol", - "chia-traits 0.7.0", + "chia-traits 0.8.0", "clvm-traits", "clvm-utils", "clvmr", @@ -391,13 +391,13 @@ dependencies = [ [[package]] name = "chia-protocol" -version = "0.7.0" +version = "0.8.0" dependencies = [ "arbitrary", - "chia-bls 0.7.0", - "chia-traits 0.7.0", + "chia-bls 0.8.0", + "chia-traits 0.8.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.6.0", + "chia_streamable_macro 0.8.0", "clvm-traits", "clvm-utils", "clvmr", @@ -409,11 +409,11 @@ dependencies = [ [[package]] name = "chia-protocol-fuzz" -version = "0.0.0" +version = "0.8.0" dependencies = [ "arbitrary", "chia-protocol", - "chia-traits 0.7.0", + "chia-traits 0.8.0", "clvm-traits", "clvmr", "hex", @@ -423,10 +423,10 @@ dependencies = [ [[package]] name = "chia-puzzles" -version = "0.7.0" +version = "0.8.0" dependencies = [ "arbitrary", - "chia-bls 0.7.0", + "chia-bls 0.8.0", "chia-protocol", "clvm-traits", "clvm-utils", @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "chia-puzzles-fuzz" -version = "0.6.0" +version = "0.8.0" dependencies = [ "chia-puzzles", "clvm-traits", @@ -462,14 +462,14 @@ dependencies = [ [[package]] name = "chia-tools" -version = "0.7.0" +version = "0.8.0" dependencies = [ "blocking-threadpool", - "chia-bls 0.7.0", + "chia-bls 0.8.0", "chia-consensus", "chia-protocol", "chia-puzzles", - "chia-traits 0.7.0", + "chia-traits 0.8.0", "clap", "clvm-traits", "clvm-utils", @@ -494,9 +494,9 @@ dependencies = [ [[package]] name = "chia-traits" -version = "0.7.0" +version = "0.8.0" dependencies = [ - "chia_streamable_macro 0.6.0", + "chia_streamable_macro 0.8.0", "pyo3", "sha2", "thiserror", @@ -514,14 +514,14 @@ dependencies = [ [[package]] name = "chia_rs" -version = "0.7.0" +version = "0.8.0" dependencies = [ - "chia-bls 0.7.0", + "chia-bls 0.8.0", "chia-consensus", "chia-protocol", - "chia-traits 0.7.0", + "chia-traits 0.8.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.6.0", + "chia_streamable_macro 0.8.0", "clvm-traits", "clvm-utils", "clvmr", @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "chia_streamable_macro" -version = "0.6.0" +version = "0.8.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "chia_wasm" -version = "0.2.7" +version = "0.8.0" dependencies = [ "wasm-bindgen", ] @@ -637,9 +637,9 @@ dependencies = [ [[package]] name = "clvm-traits" -version = "0.7.0" +version = "0.8.0" dependencies = [ - "chia-bls 0.7.0", + "chia-bls 0.8.0", "clvm-derive", "clvmr", "hex", @@ -651,7 +651,7 @@ dependencies = [ [[package]] name = "clvm-utils" -version = "0.7.0" +version = "0.8.0" dependencies = [ "clvm-traits", "clvmr", @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "clvm-utils-fuzz" -version = "0.6.0" +version = "0.8.0" dependencies = [ "chia-fuzz", "clvm-traits", diff --git a/Cargo.toml b/Cargo.toml index fddd700d3..7f7ec4d97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ members = [ [package] name = "chia" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "A meta-crate that exports all of the Chia crates in the workspace." @@ -60,15 +60,15 @@ clvm-traits = ["dep:clvm-traits"] clvm-utils = ["dep:clvm-utils"] [dependencies] -chia-bls = { path = "./crates/chia-bls", version = "0.7.0", optional = true } -chia-client = { path = "./crates/chia-client", version = "0.7.0", optional = true } -chia-consensus = { path = "./crates/chia-consensus", version = "0.7.0", optional = true } -chia-protocol = { path = "./crates/chia-protocol", version = "0.7.0", optional = true } +chia-bls = { path = "./crates/chia-bls", version = "0.8.0", optional = true } +chia-client = { path = "./crates/chia-client", version = "0.8.0", optional = true } +chia-consensus = { path = "./crates/chia-consensus", version = "0.8.0", optional = true } +chia-protocol = { path = "./crates/chia-protocol", version = "0.8.0", optional = true } chia-ssl = { path = "./crates/chia-ssl", version = "0.7.0", optional = true } -chia-traits = { path = "./crates/chia-traits", version = "0.7.0", optional = true } -chia-puzzles = { path = "./crates/chia-puzzles", version = "0.7.0", optional = true } -clvm-traits = { path = "./crates/clvm-traits", version = "0.7.0", optional = true } -clvm-utils = { path = "./crates/clvm-utils", version = "0.7.0", optional = true } +chia-traits = { path = "./crates/chia-traits", version = "0.8.0", optional = true } +chia-puzzles = { path = "./crates/chia-puzzles", version = "0.8.0", optional = true } +clvm-traits = { path = "./crates/clvm-traits", version = "0.8.0", optional = true } +clvm-utils = { path = "./crates/clvm-utils", version = "0.8.0", optional = true } [profile.release] lto = "thin" diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index 6ea54248e..a20b73f5f 100644 --- a/crates/chia-bls/Cargo.toml +++ b/crates/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "BLS signature, verification and aggregation funcions for the Chia blockchain" @@ -13,7 +13,7 @@ py-bindings = ["dep:pyo3", "chia_py_streamable_macro", "chia-traits/py-bindings" arbitrary = ["dep:arbitrary"] [dependencies] -chia-traits = { version = "0.7.0", path = "../chia-traits" } +chia-traits = { version = "0.8.0", path = "../chia-traits" } chia_py_streamable_macro = { version = "0.7.0", path = "../chia_py_streamable_macro", optional = true } tiny-bip39 = "1.0.0" anyhow = "1.0.71" diff --git a/crates/chia-client/Cargo.toml b/crates/chia-client/Cargo.toml index c533c4332..2ff09e15c 100644 --- a/crates/chia-client/Cargo.toml +++ b/crates/chia-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-client" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Chia light client and async peer connections." @@ -9,8 +9,8 @@ homepage = "https://github.com/Chia-Network/chia_rs" repository = "https://github.com/Chia-Network/chia_rs" [dependencies] -chia-protocol = { version = "0.7.0", path = "../chia-protocol" } -chia-traits = { version = "0.7.0", path = "../chia-traits" } +chia-protocol = { version = "0.8.0", path = "../chia-protocol" } +chia-traits = { version = "0.8.0", path = "../chia-traits" } tokio = { version = "1.32.0", features = ["rt", "sync"] } tokio-tungstenite = "0.21.0" futures-util = "0.3.28" diff --git a/crates/chia-consensus/Cargo.toml b/crates/chia-consensus/Cargo.toml index 28bfbabf5..e2536cb70 100644 --- a/crates/chia-consensus/Cargo.toml +++ b/crates/chia-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-consensus" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" @@ -16,15 +16,15 @@ clvmr = "0.6.1" hex = "0.4.3" pyo3 = { version = ">=0.19.0", optional = true } sha2 = "0.10.8" -chia_streamable_macro = { version = "0.6.0", path = "../chia_streamable_macro" } +chia_streamable_macro = { version = "0.8.0", path = "../chia_streamable_macro" } chia_py_streamable_macro = { version = "0.7.0", path = "../chia_py_streamable_macro", optional = true } -clvm-utils = { version = "0.7.0", path = "../clvm-utils" } -chia-traits = { version = "0.7.0", path = "../chia-traits" } -clvm-traits = { version = "0.7.0", path = "../clvm-traits" } +clvm-utils = { version = "0.8.0", path = "../clvm-utils" } +chia-traits = { version = "0.8.0", path = "../chia-traits" } +clvm-traits = { version = "0.8.0", path = "../clvm-traits" } clvm-derive = { version = "0.6.0", path = "../clvm-derive" } -chia-protocol = { version = "0.7.0", path = "../chia-protocol" } -chia-puzzles = { version = "0.7.0", path = "../chia-puzzles" } -chia-bls = { version = "0.7.0", path = "../chia-bls" } +chia-protocol = { version = "0.8.0", path = "../chia-protocol" } +chia-puzzles = { version = "0.8.0", path = "../chia-puzzles" } +chia-bls = { version = "0.8.0", path = "../chia-bls" } hex-literal = "0.4.1" thiserror = "1.0.44" diff --git a/crates/chia-protocol/Cargo.toml b/crates/chia-protocol/Cargo.toml index 1bc3a502f..511058443 100644 --- a/crates/chia-protocol/Cargo.toml +++ b/crates/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Chia network protocol message types" @@ -16,13 +16,13 @@ arbitrary = ["dep:arbitrary", "chia-bls/arbitrary"] pyo3 = { version = "0.19.0", features = ["multiple-pymethods", "num-bigint"], optional = true } sha2 = "0.10.8" hex = "0.4.3" -chia_streamable_macro = { version = "0.6.0", path = "../chia_streamable_macro" } +chia_streamable_macro = { version = "0.8.0", path = "../chia_streamable_macro" } chia_py_streamable_macro = { version = "0.7.0", path = "../chia_py_streamable_macro", optional = true } clvmr = "0.6.1" -chia-traits = { version = "0.7.0", path = "../chia-traits" } -clvm-traits = { version = "0.7.0", path = "../clvm-traits", features = ["derive"] } -clvm-utils = { version = "0.7.0", path = "../clvm-utils" } -chia-bls = { version = "0.7.0", path = "../chia-bls" } +chia-traits = { version = "0.8.0", path = "../chia-traits" } +clvm-traits = { version = "0.8.0", path = "../clvm-traits", features = ["derive"] } +clvm-utils = { version = "0.8.0", path = "../clvm-utils" } +chia-bls = { version = "0.8.0", path = "../chia-bls" } arbitrary = { version = "1.3.0", features = ["derive"], optional = true } [dev-dependencies] diff --git a/crates/chia-protocol/fuzz/Cargo.toml b/crates/chia-protocol/fuzz/Cargo.toml index efe563df9..abe2e2b58 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.0.0" +version = "0.8.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-puzzles/Cargo.toml b/crates/chia-puzzles/Cargo.toml index 70dc71a7f..48af6de44 100644 --- a/crates/chia-puzzles/Cargo.toml +++ b/crates/chia-puzzles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Chia primitives needed for building wallets." @@ -16,10 +16,10 @@ clvmr = "0.6.1" sha2 = "0.10.8" num-bigint = "0.4.3" hex-literal = "0.4.1" -clvm-utils = { version = "0.7.0", path = "../clvm-utils" } -clvm-traits = { version = "0.7.0", path = "../clvm-traits", features = ["chia-bls"] } -chia-bls = { version = "0.7.0", path = "../chia-bls" } -chia-protocol = { version = "0.7.0", path = "../chia-protocol" } +clvm-utils = { version = "0.8.0", path = "../clvm-utils" } +clvm-traits = { version = "0.8.0", path = "../clvm-traits", features = ["chia-bls"] } +chia-bls = { version = "0.8.0", path = "../chia-bls" } +chia-protocol = { version = "0.8.0", path = "../chia-protocol" } arbitrary = { version = "1.3.0", features = ["derive"], optional = true } [dev-dependencies] diff --git a/crates/chia-puzzles/fuzz/Cargo.toml b/crates/chia-puzzles/fuzz/Cargo.toml index 6b7cbabac..9e4721aa7 100644 --- a/crates/chia-puzzles/fuzz/Cargo.toml +++ b/crates/chia-puzzles/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles-fuzz" -version = "0.6.0" +version = "0.8.0" authors = ["Automatically generated"] publish = false edition = "2021" @@ -13,7 +13,7 @@ libfuzzer-sys = "0.4" clvmr = "0.6.1" pyo3 = { version = ">=0.19.0", features = ["auto-initialize"]} chia-puzzles = { path = "..", features = ["arbitrary"] } -clvm-traits = { version = "0.7.0", path = "../../clvm-traits" } +clvm-traits = { version = "0.8.0", path = "../../clvm-traits" } [[bin]] name = "roundtrip" diff --git a/crates/chia-tools/Cargo.toml b/crates/chia-tools/Cargo.toml index 952832bdd..bccb0f89c 100644 --- a/crates/chia-tools/Cargo.toml +++ b/crates/chia-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-tools" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" @@ -9,13 +9,13 @@ homepage = "https://github.com/Chia-Network/chia_rs" repository = "https://github.com/Chia-Network/chia_rs" [dependencies] -chia-protocol = { version = "0.7.0", path = "../chia-protocol" } -chia-traits = { version = "0.7.0", path = "../chia-traits" } -clvm-utils = { version = "0.7.0", path = "../clvm-utils" } -clvm-traits = { version = "0.7.0", path = "../clvm-traits" } -chia-puzzles = { version = "0.7.0", path = "../chia-puzzles" } -chia-bls = { version = "0.7.0", path = "../chia-bls" } -chia-consensus = { version = "0.7.0", path = "../chia-consensus" } +chia-protocol = { version = "0.8.0", path = "../chia-protocol" } +chia-traits = { version = "0.8.0", path = "../chia-traits" } +clvm-utils = { version = "0.8.0", path = "../clvm-utils" } +clvm-traits = { version = "0.8.0", path = "../clvm-traits" } +chia-puzzles = { version = "0.8.0", path = "../chia-puzzles" } +chia-bls = { version = "0.8.0", path = "../chia-bls" } +chia-consensus = { version = "0.8.0", path = "../chia-consensus" } clvmr = { version = "0.6.0", features = ["counters"] } rusqlite = { version = "0.30.0", features = ["bundled"] } clap = { version = "4.3.9", features = ["derive"] } diff --git a/crates/chia-traits/Cargo.toml b/crates/chia-traits/Cargo.toml index ac0d24b6c..10b3ed635 100644 --- a/crates/chia-traits/Cargo.toml +++ b/crates/chia-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-traits" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Chia traits for Streamable types (chia's serialization format)" @@ -11,6 +11,6 @@ py-bindings = ["dep:pyo3"] [dependencies] pyo3 = { version = "0.19.0", features = ["multiple-pymethods"], optional = true } -chia_streamable_macro = { version = "0.6.0", path = "../chia_streamable_macro" } +chia_streamable_macro = { version = "0.8.0", path = "../chia_streamable_macro" } sha2 = "0.10.8" thiserror = "1.0.44" diff --git a/crates/chia_streamable_macro/Cargo.toml b/crates/chia_streamable_macro/Cargo.toml index 042affb26..a7ea0256d 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.6.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Streamable derive macro for serializing/deserializing types in Chia protocol format" diff --git a/crates/clvm-traits/Cargo.toml b/crates/clvm-traits/Cargo.toml index 0fd92bc9b..fb1450131 100644 --- a/crates/clvm-traits/Cargo.toml +++ b/crates/clvm-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Traits for encoding and decoding CLVM objects." @@ -20,7 +20,7 @@ py-bindings = ["dep:pyo3"] pyo3 = { version = ">=0.19.0", optional = true } clvmr = "0.6.1" clvm-derive = { version = "0.6.0", path = "../clvm-derive", optional = true } -chia-bls = { version = "0.7.0", path = "../chia-bls", optional = true } +chia-bls = { version = "0.8.0", path = "../chia-bls", optional = true } num-bigint = "0.4.3" thiserror = "1.0.44" diff --git a/crates/clvm-utils/Cargo.toml b/crates/clvm-utils/Cargo.toml index 089ed50a2..27e767e38 100644 --- a/crates/clvm-utils/Cargo.toml +++ b/crates/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Utility functions for processing clvm programs and structures" @@ -10,9 +10,9 @@ repository = "https://github.com/Chia-Network/chia_rs" [dependencies] clvmr = "0.6.1" -clvm-traits = { version = "0.7.0", path = "../clvm-traits" } +clvm-traits = { version = "0.8.0", path = "../clvm-traits" } hex = "0.4.3" [dev-dependencies] rstest = "0.16.0" -clvm-traits = { version = "0.7.0", path = "../clvm-traits", features = ["derive"] } +clvm-traits = { version = "0.8.0", path = "../clvm-traits", features = ["derive"] } diff --git a/crates/clvm-utils/fuzz/Cargo.toml b/crates/clvm-utils/fuzz/Cargo.toml index f9196463e..512b22342 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.6.0" +version = "0.8.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index dc640a9e6..7f168dace 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_wasm" -version = "0.2.7" +version = "0.8.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index 48083db4a..53c545775 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.7.0" +version = "0.8.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0" @@ -19,11 +19,11 @@ clvmr = "0.6.1" hex = "0.4.3" sha2 = "0.10.8" pyo3 = { version = "=0.19.0", features = ["multiple-pymethods"] } -chia-consensus = { version = "0.7.0", path = "../crates/chia-consensus", features = ["py-bindings"] } -chia-bls = { version = "0.7.0", path = "../crates/chia-bls", features = ["py-bindings"] } -chia-protocol = { version = "0.7.0", path = "../crates/chia-protocol", features = ["py-bindings"] } -chia-traits = { version = "0.7.0", path = "../crates/chia-traits", features = ["py-bindings"] } -clvm-traits = { version = "0.7.0", path = "../crates/clvm-traits", features = ["derive", "py-bindings"] } -clvm-utils = { version = "0.7.0", path = "../crates/clvm-utils" } +chia-consensus = { version = "0.8.0", path = "../crates/chia-consensus", features = ["py-bindings"] } +chia-bls = { version = "0.8.0", path = "../crates/chia-bls", features = ["py-bindings"] } +chia-protocol = { version = "0.8.0", path = "../crates/chia-protocol", features = ["py-bindings"] } +chia-traits = { version = "0.8.0", path = "../crates/chia-traits", features = ["py-bindings"] } +clvm-traits = { version = "0.8.0", path = "../crates/clvm-traits", features = ["derive", "py-bindings"] } +clvm-utils = { version = "0.8.0", path = "../crates/clvm-utils" } chia_py_streamable_macro = { version = "0.7.0", path = "../crates/chia_py_streamable_macro" } -chia_streamable_macro = { version = "=0.6.0", path = "../crates/chia_streamable_macro" } +chia_streamable_macro = { version = "0.8.0", path = "../crates/chia_streamable_macro" }