fix: break circular dependency between pezsp-crypto-hashing crates

Removed pezsp-crypto-hashing-proc-macro from dev-dependencies of pezsp-crypto-hashing.
The proc-macro integration tests are already in the proc-macro crate itself.
This commit is contained in:
2025-12-27 21:33:08 +03:00
parent b6d35f6faf
commit 97bab12d95
2 changed files with 4 additions and 41 deletions
@@ -32,7 +32,8 @@ twox-hash = { features = ["digest_0_10"], workspace = true }
[dev-dependencies]
criterion = { workspace = true, default-features = true }
pezsp-crypto-hashing-proc-macro = { workspace = true, default-features = true }
# Note: pezsp-crypto-hashing-proc-macro removed to break circular dependency
# The proc-macro tests are in its own crate
[features]
default = ["std"]