Skip to content

Commit

Permalink
Merge pull request #909 from Chia-Network/altendky-patch-7
Browse files Browse the repository at this point in the history
update chia-bls adding `dep:` to `dep:chia_py_streamable_macro`
  • Loading branch information
altendky authored Jan 28, 2025
2 parents 1a62fe7 + 1867081 commit 7c52bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chia-bls/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"
workspace = true

[features]
py-bindings = ["dep:pyo3", "chia_py_streamable_macro", "chia-traits/py-bindings"]
py-bindings = ["dep:pyo3", "dep:chia_py_streamable_macro", "chia-traits/py-bindings"]
arbitrary = ["dep:arbitrary"]
serde = ["dep:serde", "dep:chia-serde"]

Expand Down

0 comments on commit 7c52bc0

Please sign in to comment.