chore: expose solc module

This commit is contained in:
Georgios Konstantopoulos 2021-09-27 20:48:18 +03:00
parent 558227cefd
commit 1fb3fbfef6
1 changed files with 1 additions and 1 deletions

View File

@ -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};