diff --git a/Cargo.toml b/Cargo.toml index f540689fb..2e4174368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ repository = "https://github.com/Chia-Network/chia_rs/" py-bindings = ["dep:pyo3"] [dependencies] -clvmr = "=0.2.3" +clvmr = "=0.2.4" hex = "=0.4.3" pyo3 = { version = "=0.15.1", features = ["extension-module"], optional = true } clvm-utils = { version = "=0.2.5", path = "clvm-utils" } diff --git a/chia-protocol/Cargo.toml b/chia-protocol/Cargo.toml index 407acef6e..273ebbcc4 100644 --- a/chia-protocol/Cargo.toml +++ b/chia-protocol/Cargo.toml @@ -17,7 +17,7 @@ sha2 = "=0.10.2" hex = "=0.4.3" chia_streamable_macro = { version = "=0.2.4", path = "../chia_streamable_macro" } chia_py_streamable_macro = { path = "../chia_py_streamable_macro", version = "=0.1.3", optional = true } -clvmr = "=0.2.3" +clvmr = "=0.2.4" [lib] crate-type = ["rlib"] diff --git a/chia-tools/Cargo.toml b/chia-tools/Cargo.toml index 5d0b213b6..ea55cc73d 100644 --- a/chia-tools/Cargo.toml +++ b/chia-tools/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/Chia-Network/chia_rs/chia-tools" [dependencies] chia-protocol = { version = ">=0.2.0", path = "../chia-protocol" } -clvmr = { version = ">=0.2.3", features = ["counters"] } +clvmr = { version = ">=0.2.4", features = ["counters"] } chia = { path = "..", version = ">=0.2.0" } sqlite = "=0.30.3" clap = { version = "=4.0.29", features = ["derive"] } diff --git a/clvm-utils/Cargo.toml b/clvm-utils/Cargo.toml index f6c2f34e1..e5ec698e4 100644 --- a/clvm-utils/Cargo.toml +++ b/clvm-utils/Cargo.toml @@ -9,4 +9,4 @@ homepage = "https://github.com/Chia-Network/chia_rs/" repository = "https://github.com/Chia-Network/chia_rs/clvm-utils" [dependencies] -clvmr = "=0.2.3" +clvmr = "=0.2.4" diff --git a/clvm-utils/fuzz/Cargo.toml b/clvm-utils/fuzz/Cargo.toml index 53e87c20e..7333c90a3 100644 --- a/clvm-utils/fuzz/Cargo.toml +++ b/clvm-utils/fuzz/Cargo.toml @@ -10,7 +10,7 @@ cargo-fuzz = true [dependencies] libfuzzer-sys = "0.4" -clvmr = "=0.2.3" +clvmr = "=0.2.4" [dependencies.clvm-utils] path = ".." diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 655e7f29b..589d86661 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -10,7 +10,7 @@ cargo-fuzz = true [dependencies] libfuzzer-sys = "0.4" -clvmr = "=0.2.3" +clvmr = "=0.2.4" clvm-utils = { version = "=0.2.5", path = "../clvm-utils" } chia-protocol = { version = "=0.2.5", path = "../chia-protocol" } diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index c54bb1d4f..9633a0a4c 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" [dependencies] chia = { path = "..", features = ["py-bindings"] } chia-protocol = { path = "../chia-protocol", features = ["py-bindings"] } -clvmr = "=0.2.3" +clvmr = "=0.2.4" pyo3 = { version = "=0.15.1", features = ["extension-module", "multiple-pymethods"] } chia_py_streamable_macro = { version= "0.1.3", path = "../chia_py_streamable_macro" } chia_streamable_macro = { version = "0.2.4", path = "../chia_streamable_macro" }