diff --git a/Cargo.toml b/Cargo.toml index cd5c4f4b1..ce9441044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ exclude = ["wheel"] [package] name = "chia" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" @@ -21,8 +21,8 @@ py-bindings = ["dep:pyo3"] clvmr = "=0.2.3" hex = "=0.4.3" pyo3 = { version = "=0.15.1", features = ["extension-module"], optional = true } -clvm-utils = { version = "=0.2.1", path = "clvm-utils" } -chia-protocol = { version = "=0.2.1", path = "chia-protocol" } +clvm-utils = { version = "=0.2.2", path = "clvm-utils" } +chia-protocol = { version = "=0.2.2", path = "chia-protocol" } [dev-dependencies] num-traits = "=0.2.15" diff --git a/chia-bls/Cargo.toml b/chia-bls/Cargo.toml index c6702363e..e50c42638 100644 --- a/chia-bls/Cargo.toml +++ b/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" description = "BLS signature, verification and aggregation funcions for the Chia blockchain" diff --git a/chia-protocol/Cargo.toml b/chia-protocol/Cargo.toml index 503f792a6..c61d622cb 100644 --- a/chia-protocol/Cargo.toml +++ b/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" description = "Chia network protocol message types" diff --git a/clvm-utils/Cargo.toml b/clvm-utils/Cargo.toml index f73f81074..be1d1a648 100644 --- a/clvm-utils/Cargo.toml +++ b/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" description = "Utility functions for processing clvm programs and structures" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index b36d20926..1b2d1b503 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -11,8 +11,8 @@ cargo-fuzz = true [dependencies] libfuzzer-sys = "0.4" clvmr = "=0.2.3" -clvm-utils = { version = "=0.2.1", path = "../clvm-utils" } -chia-protocol = { version = "=0.2.1", path = "../chia-protocol" } +clvm-utils = { version = "=0.2.2", path = "../clvm-utils" } +chia-protocol = { version = "=0.2.2", path = "../chia-protocol" } [dependencies.chia] path = ".." diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index f632f6daa..c5789f8db 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_wasm" -version = "0.2.1" +version = "0.2.2" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index 88d5bb4a2..097cb8882 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.2.1" +version = "0.2.2" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"