fix: ci
This commit is contained in:
@@ -6,6 +6,7 @@ edition = "2021"
|
|||||||
[[bin]]
|
[[bin]]
|
||||||
name = "tycho-encode"
|
name = "tycho-encode"
|
||||||
path = "src/bin/tycho-encode.rs"
|
path = "src/bin/tycho-encode.rs"
|
||||||
|
required-features = ["evm"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
use std::io::{self, Read};
|
use std::io::{self, Read};
|
||||||
|
|
||||||
use hex;
|
|
||||||
use serde_json::Value;
|
use serde_json::Value;
|
||||||
use tycho_core::dto::Chain;
|
use tycho_core::dto::Chain;
|
||||||
use tycho_execution::encoding::{
|
use tycho_execution::encoding::{
|
||||||
|
|||||||
Reference in New Issue
Block a user