cargo fix

This commit is contained in:
jonesmarvin8 2025-12-08 22:12:02 -05:00
parent 6bc983d50b
commit 5169e8fda4

View File

@ -7,7 +7,7 @@ edition = "2024"
risc0-zkvm = { version = "3.0.3", features = ['std'] }
serde = { version = "1.0", default-features = false }
thiserror = { version = "2.0.12", optional = true }
bytemuck = { version = "1.13", optional = true }
bytemuck = "1.13"
chacha20 = { version = "0.9", default-features = false }
k256 = { version = "0.13.3", optional = true }
base58 = { version = "0.2.0", optional = true }
@ -16,4 +16,4 @@ borsh = "1.5.7"
[features]
default = []
host = ["thiserror", "bytemuck", "k256", "base58", "anyhow"]
host = ["thiserror", "k256", "base58", "anyhow"]