Downscope dependencies in serai-processor-ethereum-primitives, const-hex decode bytecode in ethereum-schnorr-contract

This commit is contained in:
Luke Parker
2025-01-19 00:16:50 -05:00
parent 642ba00952
commit 9d57c4eb4d
7 changed files with 24 additions and 16 deletions

View File

@@ -20,5 +20,5 @@ workspace = true
group = { version = "0.13", default-features = false }
k256 = { version = "^0.13.1", default-features = false, features = ["std", "arithmetic"] }
alloy-core = { version = "0.8", default-features = false }
alloy-primitives = { version = "0.8", default-features = false }
alloy-consensus = { version = "0.9", default-features = false, features = ["k256"] }