Skip to content

Commit

Permalink
Merge pull request #512 from Chia-Network/clvm-0.7.0
Browse files Browse the repository at this point in the history
Bump clvmr to 0.7.0
  • Loading branch information
Rigidity authored May 14, 2024
2 parents dbc89ae + d5a8f41 commit 1749fd8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/chia-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/Chia-Network/chia_rs"
py-bindings = ["dep:pyo3", "dep:chia_py_streamable_macro"]

[dependencies]
clvmr = "0.6.1"
clvmr = "0.7.0"
hex = "0.4.3"
pyo3 = { version = ">=0.19.0", optional = true }
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
clvmr = "0.6.1"
clvmr = "0.7.0"
clvm-utils = { path = "../../clvm-utils" }
clvm-traits = { path = "../../clvm-traits" }
chia-protocol = { path = "../../chia-protocol" }
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sha2 = "0.10.8"
hex = "0.4.3"
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"
clvmr = "0.7.0"
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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-protocol/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
clvmr = "0.6.1"
clvmr = "0.7.0"
chia-traits = { path = "../../chia-traits" }
clvm-traits = { path = "../../clvm-traits" }
chia-protocol = { path = "..", features = ["arbitrary"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-puzzles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/Chia-Network/chia_rs"
arbitrary = ["dep:arbitrary", "chia-protocol/arbitrary"]

[dependencies]
clvmr = "0.6.1"
clvmr = "0.7.0"
sha2 = "0.10.8"
num-bigint = "0.4.3"
hex-literal = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-puzzles/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
clvmr = "0.6.1"
clvmr = "0.7.0"
pyo3 = { version = ">=0.19.0", features = ["auto-initialize"]}
chia-puzzles = { path = "..", features = ["arbitrary"] }
clvm-traits = { version = "0.8.0", path = "../../clvm-traits" }
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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"] }
clvmr = { version = "0.7.0", features = ["counters"] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
clap = { version = "4.3.9", features = ["derive"] }
zstd = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/clvm-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ py-bindings = ["dep:pyo3"]

[dependencies]
pyo3 = { version = ">=0.19.0", optional = true }
clvmr = "0.6.1"
clvmr = "0.7.0"
clvm-derive = { version = "0.6.0", path = "../clvm-derive", optional = true }
chia-bls = { version = "0.8.0", path = "../chia-bls", optional = true }
num-bigint = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/clvm-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/Chia-Network/chia_rs"
repository = "https://github.com/Chia-Network/chia_rs"

[dependencies]
clvmr = "0.6.1"
clvmr = "0.7.0"
clvm-traits = { version = "0.8.0", path = "../clvm-traits" }
hex = "0.4.3"

Expand Down
2 changes: 1 addition & 1 deletion crates/clvm-utils/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
clvmr = "0.6.1"
clvmr = "0.7.0"
chia-fuzz = { path = "../../chia-consensus/fuzz" }
clvm-utils = { path = ".." }
clvm-traits = { path = "../../clvm-traits" }
Expand Down
2 changes: 1 addition & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies]
clvmr = "0.6.1"
clvmr = "0.7.0"
hex = "0.4.3"
sha2 = "0.10.8"
pyo3 = { version = "=0.19.0", features = ["multiple-pymethods"] }
Expand Down

0 comments on commit 1749fd8

Please sign in to comment.