mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-10 17:23:07 +00:00
cargo fix
This commit is contained in:
parent
6bc983d50b
commit
5169e8fda4
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user