mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 11:41:04 +00:00
Remove ethereum-types as direct dependency (#812)
This commit is contained in:
committed by
Arkadiy Paronyan
parent
a50e184402
commit
37102611d4
@@ -36,12 +36,11 @@ extern crate serde;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate serde_json;
|
||||
extern crate substrate_primitives as primitives;
|
||||
extern crate smallvec;
|
||||
extern crate bytes;
|
||||
extern crate unsigned_varint;
|
||||
|
||||
extern crate ethereum_types;
|
||||
|
||||
#[macro_use]
|
||||
extern crate error_chain;
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user