This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ rand_xorshift = "0.1.1"
54
54
rayon = " 1.1"
55
55
rlp = " 0.4.0"
56
56
rlp_derive = { path = " ../util/rlp-derive" }
57
- rustc-hex = { version = " 1" , optional = true }
57
+ rustc-hex = " 1"
58
58
serde = " 1.0"
59
59
serde_derive = " 1.0"
60
60
snapshot = { path = " snapshot" }
@@ -93,6 +93,7 @@ rlp_compress = { path = "../util/rlp-compress" }
93
93
rustc-hex = " 1"
94
94
serde_json = " 1.0"
95
95
stats = { path = " ../util/stats" }
96
+ pod = { path = " pod" }
96
97
tempdir = " 0.3"
97
98
trie-standardmap = " 0.15.0"
98
99
@@ -135,7 +136,6 @@ test-helpers = [
135
136
" kvdb-rocksdb" ,
136
137
" macros" ,
137
138
" pod" ,
138
- " rustc-hex" ,
139
139
" tempdir" ,
140
140
" basic-authority/test-helpers"
141
141
]
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ extern crate patricia_trie_ethereum as ethtrie;
81
81
extern crate rand;
82
82
extern crate rayon;
83
83
extern crate rlp;
84
+ extern crate rustc_hex;
84
85
extern crate serde;
85
86
extern crate snapshot;
86
87
extern crate spec;
@@ -126,8 +127,6 @@ extern crate pod;
126
127
extern crate blooms_db;
127
128
#[ cfg( any( test, feature = "env_logger" ) ) ]
128
129
extern crate env_logger;
129
- #[ cfg( any( test, feature = "test-helpers" ) ) ]
130
- extern crate rustc_hex;
131
130
#[ cfg( test) ]
132
131
extern crate serde_json;
133
132
#[ cfg( any( test, feature = "tempdir" ) ) ]
You can’t perform that action at this time.
0 commit comments