Merge branch 'main' into feature/cached-compiler-artifacts

This commit is contained in:
Omar Abdulla
2025-08-16 14:57:45 +03:00
20 changed files with 627 additions and 210 deletions
+2
View File
@@ -31,6 +31,7 @@ clap = { version = "4", features = ["derive"] }
foundry-compilers-artifacts = { version = "0.18.0" }
futures = { version = "0.3.31" }
hex = "0.4.3"
regex = "1"
moka = "0.12.10"
reqwest = { version = "0.12.15", features = ["json"] }
once_cell = "1.21"
@@ -46,6 +47,7 @@ sp-core = "36.1.0"
sp-runtime = "41.1.0"
temp-dir = { version = "0.1.16" }
tempfile = "3.3"
thiserror = "2"
tokio = { version = "1.47.0", default-features = false, features = [
"rt-multi-thread",
"process",