Skip to content

Commit 6ebcaa1

Browse files
committed
feat: update to emulator 0.19.0
Signed-off-by: Carsten Munk <carsten@zippie.com>
1 parent 7780fa9 commit 6ebcaa1

File tree

3 files changed

+75
-58
lines changed

3 files changed

+75
-58
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
async-std = { version = "1", features = ["attributes", "tokio1"] }
8-
advance_runner = {git = "https://github.com/cartesi/coprocessor-advance-runner", rev = "a33f2fc1d16342006c2ec1d60622b75a2a44f086"}
8+
advance_runner = {git = "https://github.com/cartesi/coprocessor-advance-runner", rev = "35ae992b2b40680c1437ed79e7365bf325c229ad"}
99
hyper = { version = "0.14", features = ["full"] }
1010
hyper-tls = "0.5.0"
1111
async-stream = "0.3.6"

signer-eigen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
eigen-crypto-bls = { git = "https://github.com/dymchenkko/eigensdk-rs", rev = "dcba03cedc9af91fb982538c31ac9463134ef5e9" }
7+
eigen-crypto-bls = { git = "https://github.com/zippiehq/eigensdk-rs", rev = "dcba03cedc9af91fb982538c31ac9463134ef5e9" }
88
hex = "0.4"
99
ark-serialize = "0.5.0"

0 commit comments

Comments
 (0)