Skip to content

Commit b1ab72d

Browse files
committed
Merge branch 'release/v7.0.0' of github.com:lambdaclass/ethrex into release/v7.0.0
2 parents 1ccebde + acd1922 commit b1ab72d

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

crates/l2/prover/src/guest_program/src/risc0/Cargo.lock

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

crates/l2/prover/src/guest_program/src/risc0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zkvm-risc0-program"
3-
version = "0.1.0"
3+
version = "7.0.0"
44
edition = "2024"
55

66
[workspace]

crates/l2/prover/src/guest_program/src/sp1/Cargo.lock

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

crates/l2/prover/src/guest_program/src/sp1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zkvm-sp1-program"
3-
version = "0.1.0"
3+
version = "7.0.0"
44
edition = "2024"
55

66
[workspace]

crates/l2/tee/quote-gen/Cargo.lock

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

crates/l2/tee/quote-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quote-gen"
3-
version = "0.1.0"
3+
version = "7.0.0"
44
edition = "2024"
55

66
[dependencies]

docs/CLI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Block building options:
148148
--builder.extra-data <EXTRA_DATA>
149149
Block extra data message.
150150
151-
[default: "ethrex 6.0.0"]
151+
[default: "ethrex 7.0.0"]
152152
153153
--builder.gas-limit <GAS_LIMIT>
154154
Target block gas limit.
@@ -311,7 +311,7 @@ Block building options:
311311
--builder.extra-data <EXTRA_DATA>
312312
Block extra data message.
313313
314-
[default: "ethrex 6.0.0"]
314+
[default: "ethrex 7.0.0"]
315315
316316
--builder.gas-limit <GAS_LIMIT>
317317
Target block gas limit.

0 commit comments

Comments
 (0)