Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2025-02-13 09:19:58 +01:00
parent 079e5c1cc4
commit 471e4b7263
2 changed files with 26 additions and 26 deletions
+4 -4
View File
@@ -47,10 +47,10 @@ which = "7.0"
path-slash = "0.2"
rayon = "1.8"
clap = { version = "4", default-features = false, features = ["derive"] }
polkavm-common = "0.20.0"
polkavm-linker = "0.20.0"
polkavm-disassembler = "0.20.0"
polkavm = "0.20.0"
polkavm-common = "0.21.0"
polkavm-linker = "0.21.0"
polkavm-disassembler = "0.21.0"
polkavm = "0.21.0"
alloy-primitives = { version = "0.8.21", features = ["serde"] }
alloy-sol-types = "0.8.21"
alloy-genesis = "0.11.0"