Update compilers to use interior caching

This commit is contained in:
Omar Abdulla
2025-08-28 16:00:37 +03:00
parent f36a132e05
commit 31f69de3cb
5 changed files with 38 additions and 36 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ async fn contracts_can_be_compiled_with_solc() {
.unwrap()
.with_source("./tests/assets/array_one_element/main.sol")
.unwrap()
.try_build(solc.as_ref())
.try_build(&solc)
.await;
// Assert
@@ -60,7 +60,7 @@ async fn contracts_can_be_compiled_with_resolc() {
.unwrap()
.with_source("./tests/assets/array_one_element/main.sol")
.unwrap()
.try_build(resolc.as_ref())
.try_build(&resolc)
.await;
// Assert