mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-06 07:13:07 +00:00
taplo
This commit is contained in:
parent
88e71fce82
commit
9e7407c80f
@ -10,7 +10,7 @@ env_logger.workspace = true
|
||||
log.workspace = true
|
||||
serde.workspace = true
|
||||
|
||||
risc0-zkvm = { git="https://github.com/risc0/risc0.git", branch="release-1.1" }
|
||||
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-1.1" }
|
||||
test-methods = { path = "test_methods" }
|
||||
|
||||
[features]
|
||||
|
||||
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[build-dependencies]
|
||||
risc0-build = { git="https://github.com/risc0/risc0.git", branch="release-1.1" }
|
||||
risc0-build = { git = "https://github.com/risc0/risc0.git", branch = "release-1.1" }
|
||||
|
||||
[package.metadata.risc0]
|
||||
methods = ["guest"]
|
||||
|
||||
@ -6,4 +6,6 @@ edition = "2021"
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
risc0-zkvm = { git="https://github.com/risc0/risc0.git", default-features = false, features = ["std"] }
|
||||
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", default-features = false, features = [
|
||||
"std",
|
||||
] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user