Skip to content

Commit 9b74e83

Browse files
committed
update zkdcap version and add dcap simulation code
Signed-off-by: Jun Kimura <[email protected]>
1 parent fd77695 commit 9b74e83

File tree

24 files changed

+694
-151
lines changed

24 files changed

+694
-151
lines changed

Cargo.lock

Lines changed: 104 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ crypto = { path = "../modules/crypto" }
2727
keymanager = { path = "../modules/keymanager" }
2828
remote-attestation = { path = "../modules/remote-attestation" }
2929
attestation-report = { path = "../modules/attestation-report" }
30-
zkdcap-risc0 = { git = "https://github.com/datachainlab/zkdcap", rev = "ff53632f49d2d8b00c9bcc456aeeeb139bacca9f" }
30+
zkdcap-risc0 = { git = "https://github.com/datachainlab/zkdcap", rev = "2ffcdc241f707b80f43e4a38fddcd90cfee25888" }
3131

3232
[build-dependencies]
33-
git2 = "0.19"
33+
git2 = { version = "0.20", default-features = false }
3434

3535
[features]
3636
default = []

0 commit comments

Comments
 (0)