Skip to content

Commit 7cf3661

Browse files
committed
bump version to 1.4.2
1 parent 4b37e0a commit 7cf3661

File tree

9 files changed

+26
-21
lines changed

9 files changed

+26
-21
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ resolver = "2"
33
members = ["crates/*", "crates/aggregation/guest", "crates/ffi/guests"]
44

55
[workspace.package]
6-
version = "1.4.1"
6+
version = "1.4.2"
77
edition = "2021"
88
license = "Apache-2.0"
99
homepage = "https://risczero.com/"
1010
repository = "https://github.com/risc0/risc0-ethereum/"
1111

1212
[workspace.dependencies]
1313
# Intra-workspace dependencies
14-
risc0-aggregation = { version = "0.3.0", default-features = false, path = "crates/aggregation" }
15-
risc0-build-ethereum = { version = "1.4.1", default-features = false, path = "build" }
16-
risc0-ethereum-contracts = { version = "1.4.1", default-features = false, path = "contracts" }
17-
risc0-forge-ffi = { version = "1.4.1", default-features = false, path = "crates/ffi" }
14+
risc0-aggregation = { version = "0.3.2", default-features = false, path = "crates/aggregation" }
15+
risc0-build-ethereum = { version = "1.4.2", default-features = false, path = "build" }
16+
risc0-ethereum-contracts = { version = "1.4.2", default-features = false, path = "contracts" }
17+
risc0-forge-ffi = { version = "1.4.2", default-features = false, path = "crates/ffi" }
1818
risc0-op-steel = { version = "0.2.0", default-features = false, path = "crates/op-steel" }
1919
risc0-steel = { version = "2.0.0-rc.2", default-features = false, path = "crates/steel" }
2020

crates/aggregation/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "risc0-aggregation"
33
description = "Proof aggregation for RISC Zero"
44
resolver = "2"
5-
version = "0.3.0"
5+
version = "0.3.2"
66
edition = { workspace = true }
77
license = { workspace = true }
88
homepage = { workspace = true }

crates/aggregation/guest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "guest-set-builder"
33
resolver = "2"
4-
version = "0.3.0"
4+
version = "0.3.2"
55
edition = { workspace = true }
66
homepage = { workspace = true }
77
repository = { workspace = true }

crates/aggregation/guest/set-builder/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "set-builder"
3-
version = "0.3.0"
3+
version = "0.3.2"
44
edition = "2021"
55

66
[workspace]
77

88
[dependencies]
9-
risc0-aggregation = { version = "0.3.0", path = "../..", default-features = false }
9+
risc0-aggregation = { version = "0.3.2", path = "../..", default-features = false }
1010
risc0-zkvm = { version = "1.2", default-features = false, features = ["std"] }

examples/erc20-counter/Cargo.lock

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/governance/Cargo.lock

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/op/Cargo.lock

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)