diff --git a/ethers-solc/src/lib.rs b/ethers-solc/src/lib.rs index 2620e663..5d6c784d 100644 --- a/ethers-solc/src/lib.rs +++ b/ethers-solc/src/lib.rs @@ -235,7 +235,7 @@ impl Project { #[cfg(all(feature = "svm", feature = "async"))] #[tracing::instrument(skip(self, sources))] - fn svm_compile(&self, sources: Sources) -> Result> { + pub fn svm_compile(&self, sources: Sources) -> Result> { let graph = Graph::resolve_sources(&self.paths, sources)?; let sources_by_version = graph.into_sources_by_version(!self.auto_detect)?.get(&self.allowed_lib_paths)?;