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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user