mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-07-25 02:25:50 +00:00
Implement a persistent compilation cache
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ revive-dt-solc-binaries = { version = "0.1.0", path = "crates/solc-binaries" }
|
||||
alloy-primitives = "1.2.1"
|
||||
alloy-sol-types = "1.2.1"
|
||||
anyhow = "1.0"
|
||||
bincode = { version = "2.0.1" }
|
||||
bincode = { version = "2.0.1", features = ["serde"] }
|
||||
cacache = { version = "13.1.0" }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
foundry-compilers-artifacts = { version = "0.18.0" }
|
||||
|
||||
Reference in New Issue
Block a user