mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-25 23:23:11 +00:00
chore: satisfy CI
This commit is contained in:
@@ -13,7 +13,6 @@ thiserror.workspace = true
|
||||
bytemuck.workspace = true
|
||||
base58.workspace = true
|
||||
k256 = { workspace = true, optional = true }
|
||||
anyhow = { workspace = true, optional = true }
|
||||
chacha20 = { version = "0.9", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -21,4 +20,4 @@ serde_json.workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
host = ["dep:k256", "dep:anyhow"]
|
||||
host = ["dep:k256"]
|
||||
|
||||
Reference in New Issue
Block a user