Skip to content

Commit 8163499

Browse files
authored
Merge pull request #385 from anoma/feature/fix-simple-transfer-compilation
build: add arm-risc0 dependency
2 parents d31d741 + 41d0f05 commit 8163499

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simple_transfer/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ name = "simple_transfer_main"
1212
path = "main.rs"
1313

1414
[dependencies]
15-
15+
arm_risc0 = { git = "https://github.com/anoma/arm-risc0.git", tag = "v0.8.1", package = "arm", features = [
16+
"groth16_prover",
17+
"bonsai",
18+
"test",
19+
] }
1620
evm_protocol_adapter_bindings = { path = "../bindings" }
1721
simple_transfer_app = { git = "https://github.com/anoma/arm-risc0.git", tag = "v0.8.1", package = "simple-transfer-app" }
1822

1923
alloy = { version = "1.0.30", features = ["full", "eip712", "node-bindings"] }
2024
tokio = { version = "1.44", features = ["rt-multi-thread"] }
2125
sha2 = { version = "0.10.9" }
22-
23-

0 commit comments

Comments
 (0)