Initial import to v1a, does not compile
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
2f43969dd4
commit
f30e5d2d3f
@ -1,5 +1,6 @@
|
||||
#![macro_use]
|
||||
|
||||
#[cfg_attr(eth_v1a, path = "v1a/mod.rs")]
|
||||
#[cfg_attr(eth_v1c, path = "v1c/mod.rs")]
|
||||
#[cfg_attr(eth_v2, path = "v2/mod.rs")]
|
||||
#[cfg_attr(eth_v1, path = "v1.rs")]
|
||||
|
Reference in New Issue
Block a user