reexport multiabigen (#731)
This commit is contained in:
parent
2e9816e535
commit
183c0d21c4
|
@ -31,7 +31,7 @@ pub mod builders {
|
|||
|
||||
#[cfg(any(test, feature = "abigen"))]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "abigen")))]
|
||||
pub use ethers_contract_abigen::Abigen;
|
||||
pub use ethers_contract_abigen::{Abigen, MultiAbigen};
|
||||
|
||||
#[cfg(any(test, feature = "abigen"))]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "abigen")))]
|
||||
|
|
Loading…
Reference in New Issue