Skip to content

Commit 9e08663

Browse files
authored
feat: bump ere to v0.15.0 (#76)
1 parent d537fcd commit 9e08663

14 files changed

Lines changed: 266 additions & 125 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ libssz-types = { version = "0.2.2", default-features = false, features = ["alloc
9696
zkvm-interface = { git = "https://github.com/eth-act/zkvm-standards", rev = "282cd356c3a0498416bb0619f9c8a347ce9933fb" }
9797

9898
# ere
99-
ere-catalog = { git = "https://github.com/eth-act/ere", rev = "153b092064a11e4c9c031a89940cbb232c98d59d" }
100-
ere-dockerized = { git = "https://github.com/eth-act/ere", rev = "153b092064a11e4c9c031a89940cbb232c98d59d" }
101-
ere-platform-core = { git = "https://github.com/eth-act/ere", rev = "153b092064a11e4c9c031a89940cbb232c98d59d" }
102-
ere-util-build = { git = "https://github.com/eth-act/ere", rev = "153b092064a11e4c9c031a89940cbb232c98d59d" }
99+
ere-catalog = { git = "https://github.com/eth-act/ere", tag = "v0.15.0" }
100+
ere-dockerized = { git = "https://github.com/eth-act/ere", tag = "v0.15.0" }
101+
ere-platform-core = { git = "https://github.com/eth-act/ere", tag = "v0.15.0" }
102+
ere-util-build = { git = "https://github.com/eth-act/ere", tag = "v0.15.0" }
103103

104104
# local
105105
stateless-validator-catalog = { path = "crates/stateless-validator-catalog" }

0 commit comments

Comments
 (0)