Skip to content

Commit

Permalink
Fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 27, 2024
1 parent fae93d9 commit 8a04437
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ lto = "thin"
[workspace.dependencies]
chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.14.1" }
chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.14.1" }
chia-bls = { path = "./crates/chia-bls", version = "0.14.0" }
chia-client = { path = "./crates/chia-client", version = "0.14.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.14.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.14.0" }
chia-bls = { path = "./crates/chia-bls", version = "0.14.1" }
chia-client = { path = "./crates/chia-client", version = "0.14.1" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.14.1" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.14.1" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.11.0" }
chia-traits = { path = "./crates/chia-traits", version = "0.14.1" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.14.0" }
chia-sha2 = { path = "./crates/chia-sha2", version = "0.14.0" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.14.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.14.0" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.14.1" }
chia-sha2 = { path = "./crates/chia-sha2", version = "0.14.1" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.14.1" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.14.1" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.13.0" }
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.13.0" }
blst = { version = "0.3.12", features = ["portable"] }
Expand Down

0 comments on commit 8a04437

Please sign in to comment.