diff --git a/ethers-core/src/utils/mod.rs b/ethers-core/src/utils/mod.rs index 92d2ea11..0d69d8d2 100644 --- a/ethers-core/src/utils/mod.rs +++ b/ethers-core/src/utils/mod.rs @@ -12,7 +12,7 @@ pub use geth::{Geth, GethInstance}; /// Solidity compiler bindings #[cfg(not(target_arch = "wasm32"))] -mod solc; +pub mod solc; #[cfg(not(target_arch = "wasm32"))] pub use solc::{CompiledContract, Solc};