Skip to content

Commit

Permalink
Remove clvmr from dependencies for 3 crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 27, 2024
1 parent 5485860 commit 8479d9b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/chia-bls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ chia-traits = { workspace = true }
chia-sha2 = { workspace = true }
chia_py_streamable_macro = { workspace = true, optional = true }
sha2 = { workspace = true }
clvmr = { workspace = true }
hkdf = { workspace = true }
blst = { workspace = true }
hex = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/chia-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ py-bindings = ["dep:pyo3"]
chia-sha2 = { workspace = true }
pyo3 = { workspace = true, features = ["multiple-pymethods"], optional = true }
chia_streamable_macro = { workspace = true }
clvmr = { workspace = true }
thiserror = { workspace = true }
1 change: 0 additions & 1 deletion crates/chia_streamable_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ workspace = true
proc-macro = true

[dependencies]
clvmr = { workspace = true }
syn = { workspace = true }
quote = { workspace = true }
proc-macro-crate = { workspace = true }
Expand Down

0 comments on commit 8479d9b

Please sign in to comment.