We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e234a9 commit 10e8b85Copy full SHA for 10e8b85
adapters/sp1/host/Cargo.toml
@@ -21,9 +21,9 @@ zkaleido.workspace = true
21
async-trait = { workspace = true, optional = true }
22
bincode.workspace = true
23
borsh.workspace = true
24
-hex.workspace = true
+hex = { workspace = true, optional = true }
25
serde.workspace = true
26
27
[features]
28
-remote-prover = ["async-trait"]
+remote-prover = ["async-trait", "hex"]
29
perf = ["sp1-sdk/profiling", "sp1-prover", "sp1-stark"]
0 commit comments