diff --git a/ethers-solc/src/compile/output/mod.rs b/ethers-solc/src/compile/output/mod.rs index 88044611b..b93906034 100644 --- a/ethers-solc/src/compile/output/mod.rs +++ b/ethers-solc/src/compile/output/mod.rs @@ -28,7 +28,7 @@ pub struct ProjectCompileOutput { /// contains the aggregated `CompilerOutput` pub(crate) compiler_output: AggregatedCompilerOutput, /// all artifact files from `output` that were freshly compiled and written - pub(crate) compiled_artifacts: Artifacts, + pub compiled_artifacts: Artifacts, /// All artifacts that were read from cache pub(crate) cached_artifacts: Artifacts, /// errors that should be omitted