mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-17 05:29:32 +00:00
revert prove feature
This commit is contained in:
parent
2954faa5ec
commit
26d6286b8c
859
Cargo.lock
generated
859
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ license = { workspace = true }
|
|||||||
nssa_core = { workspace = true, features = ["host"] }
|
nssa_core = { workspace = true, features = ["host"] }
|
||||||
|
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
risc0-zkvm = { workspace = true}
|
risc0-zkvm.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
sha2.workspace = true
|
sha2.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
@ -33,4 +33,3 @@ test-case = "3.3.1"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
prove = ["risc0-zkvm/prove"]
|
|
||||||
|
|||||||
@ -19,7 +19,3 @@ cbindgen = "0.29"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
|
||||||
[features]
|
|
||||||
default = []
|
|
||||||
prove = ["nssa/prove"]
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user