Skip to content

Commit 10e8b85

Browse files
committed
fix lint
1 parent 0e234a9 commit 10e8b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adapters/sp1/host/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ zkaleido.workspace = true
2121
async-trait = { workspace = true, optional = true }
2222
bincode.workspace = true
2323
borsh.workspace = true
24-
hex.workspace = true
24+
hex = { workspace = true, optional = true }
2525
serde.workspace = true
2626

2727
[features]
28-
remote-prover = ["async-trait"]
28+
remote-prover = ["async-trait", "hex"]
2929
perf = ["sp1-sdk/profiling", "sp1-prover", "sp1-stark"]

0 commit comments

Comments
 (0)