Merge branch 'main' into jsdw-redo-modes

This commit is contained in:
James Wilson
2025-08-15 14:02:47 +01:00
11 changed files with 229 additions and 19 deletions
+1
View File
@@ -758,6 +758,7 @@ async fn compile_contracts<P: Platform>(
// library.
compiler = FilesWithExtensionIterator::new(metadata.directory()?)
.with_allowed_extension("sol")
.with_use_cached_fs(true)
.fold(compiler, |compiler, path| {
compiler.with_library(&path, library_ident.as_str(), *library_address)
});