From e5879e3c8eab642fb6417fc35a3077da3b1ea884 Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 16 Mar 2023 21:14:21 +0100 Subject: [PATCH] bump chia_rs version to 0.2.5 --- Cargo.toml | 6 +++--- chia-bls/Cargo.toml | 2 +- chia-protocol/Cargo.toml | 2 +- clvm-utils/Cargo.toml | 2 +- fuzz/Cargo.toml | 4 ++-- wasm/Cargo.toml | 2 +- wheel/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c46a15fd9..f540689fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ exclude = ["wheel"] [package] name = "chia" -version = "0.2.4" +version = "0.2.5" 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.4", path = "clvm-utils" } -chia-protocol = { version = "=0.2.4", path = "chia-protocol" } +clvm-utils = { version = "=0.2.5", path = "clvm-utils" } +chia-protocol = { version = "=0.2.5", path = "chia-protocol" } [dev-dependencies] num-traits = "=0.2.15" diff --git a/chia-bls/Cargo.toml b/chia-bls/Cargo.toml index bf6dbef35..3f3ebf092 100644 --- a/chia-bls/Cargo.toml +++ b/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.2.4" +version = "0.2.5" 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 6b8bcb246..407acef6e 100644 --- a/chia-protocol/Cargo.toml +++ b/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.2.4" +version = "0.2.5" 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 1d0be12b5..f6c2f34e1 100644 --- a/clvm-utils/Cargo.toml +++ b/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.2.4" +version = "0.2.5" 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 3d93c0e45..655e7f29b 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.4", path = "../clvm-utils" } -chia-protocol = { version = "=0.2.4", path = "../chia-protocol" } +clvm-utils = { version = "=0.2.5", path = "../clvm-utils" } +chia-protocol = { version = "=0.2.5", path = "../chia-protocol" } [dependencies.chia] path = ".." diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index fc50251f7..98f2dd091 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_wasm" -version = "0.2.4" +version = "0.2.5" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index fb49b385a..c54bb1d4f 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.2.4" +version = "0.2.5" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"