Skip to content

Commit

Permalink
bump clvmr dependency to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Feb 15, 2024
1 parent 5b1b20a commit 7b04dbf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repository = "https://github.com/Chia-Network/chia_rs/"
py-bindings = ["dep:pyo3"]

[dependencies]
clvmr = "0.5.0"
clvmr = "0.6.0"
hex = "0.4.3"
pyo3 = { version = ">=0.19.0", optional = true }
clvm-utils = { version = "0.5.1", path = "clvm-utils" }
Expand Down
2 changes: 1 addition & 1 deletion chia-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sha2 = "0.10.8"
hex = "0.4.3"
chia_streamable_macro = { version = "0.3.0", path = "../chia_streamable_macro" }
chia_py_streamable_macro = { version = "0.5.1", path = "../chia_py_streamable_macro", optional = true }
clvmr = "0.5.0"
clvmr = "0.6.0"
chia-traits = { version = "0.5.1", path = "../chia-traits" }
clvm-traits = { version = "0.5.1", path = "../clvm-traits", features = ["derive"] }
clvm-utils = { version = "0.5.1", path = "../clvm-utils" }
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
clvmr = "0.6.0"
chia-traits = { path = "../../chia-traits" }
clvm-traits = { path = "../../clvm-traits" }
arbitrary = { version = "=1.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion chia-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clvm-utils = { version = "0.5.1", path = "../clvm-utils" }
clvm-traits = { version = "0.5.2", path = "../clvm-traits" }
chia-wallet = { version = "0.5.1", path = "../chia-wallet" }
chia-bls = { version = "0.5.1", path = "../chia-bls" }
clvmr = { version = "0.5.0", features = ["counters"] }
clvmr = { version = "0.6.0", features = ["counters"] }
chia = { version = "0.5.2", path = ".." }
rusqlite = { version = "0.30.0", features = ["bundled"] }
clap = { version = "4.3.9", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion chia-wallet/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/chia-wallet/"
repository = "https://github.com/Chia-Network/chia_rs/chia-wallet/"

[dependencies]
clvmr = "0.5.0"
clvmr = "0.6.0"
sha2 = "0.10.8"
num-bigint = "0.4.3"
hex-literal = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion chia-wallet/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.5.0"
clvmr = "0.6.0"
pyo3 = { version = ">=0.19.0", features = ["auto-initialize"]}
chia-wallet = { path = ".." }
clvm-traits = { version = "0.5.2", path = "../../clvm-traits" }
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
clvmr = "0.6.0"
clvm-derive = { version = "0.5.2", path = "../clvm-derive", optional = true }
chia-bls = { version = "0.5.1", path = "../chia-bls", optional = true }
num-bigint = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion 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/clvm-utils"

[dependencies]
clvmr = "0.5.0"
clvmr = "0.6.0"
clvm-traits = { version = "0.5.1", path = "../clvm-traits" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
clvmr = "0.6.0"
clvm-utils = { path = "../clvm-utils" }
clvm-traits = { path = "../clvm-traits" }
chia-protocol = { path = "../chia-protocol" }
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.5.0"
clvmr = "0.6.0"
hex = "0.4.3"
sha2 = "0.10.8"
pyo3 = { version = "=0.19.0", features = ["multiple-pymethods"] }
Expand Down

0 comments on commit 7b04dbf

Please sign in to comment.