Skip to content

Commit

Permalink
Bump risc0-aggregation to v0.2.1 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele authored Jan 23, 2025
1 parent 3c2a605 commit 5445a73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/risc0/risc0-ethereum/"

[workspace.dependencies]
# Intra-workspace dependencies
risc0-aggregation = { version = "0.2.0", default-features = false, path = "crates/aggregation" }
risc0-aggregation = { version = "0.2.1", default-features = false, path = "crates/aggregation" }
risc0-build-ethereum = { version = "1.3.1", default-features = false, path = "build" }
risc0-ethereum-contracts = { version = "1.3.1", default-features = false, path = "contracts" }
risc0-forge-ffi = { version = "1.3.1", default-features = false, path = "crates/ffi" }
Expand Down
2 changes: 1 addition & 1 deletion crates/aggregation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "risc0-aggregation"
description = "Proof aggregation for RISC Zero"
resolver = "2"
version = "0.2.0"
version = "0.2.1"
edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/aggregation/guest/set-builder/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/aggregation/guest/set-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[workspace]

[dependencies]
risc0-aggregation = { version = "0.2.0", path = "../..", default-features = false }
risc0-aggregation = { version = "0.2.1", path = "../..", default-features = false }
risc0-zkvm = { version = "1.2", default-features = false, features = ["std"] }

0 comments on commit 5445a73

Please sign in to comment.