mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-09 20:11:06 +00:00
Fix dev dependency crate imports.
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ extern crate byteorder;
|
||||
extern crate parity_wasm;
|
||||
#[macro_use] extern crate log;
|
||||
#[cfg(test)] #[macro_use] extern crate indoc;
|
||||
extern crate rand;
|
||||
extern crate binaryen;
|
||||
#[cfg(test)] extern crate rand;
|
||||
#[cfg(test)] extern crate binaryen;
|
||||
|
||||
|
||||
pub mod rules;
|
||||
|
||||
Reference in New Issue
Block a user