diff --git a/Cargo.lock b/Cargo.lock index c4cbb347..70b97d72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "risc0-aggregation" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-primitives 0.8.19", "alloy-sol-types", diff --git a/Cargo.toml b/Cargo.toml index 977ecdb5..d56712bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/crates/aggregation/Cargo.toml b/crates/aggregation/Cargo.toml index e169b2e0..dc4a65a0 100644 --- a/crates/aggregation/Cargo.toml +++ b/crates/aggregation/Cargo.toml @@ -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 } diff --git a/crates/aggregation/guest/set-builder/Cargo.lock b/crates/aggregation/guest/set-builder/Cargo.lock index aade59a9..0ca92de3 100644 --- a/crates/aggregation/guest/set-builder/Cargo.lock +++ b/crates/aggregation/guest/set-builder/Cargo.lock @@ -1352,7 +1352,7 @@ dependencies = [ [[package]] name = "risc0-aggregation" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/crates/aggregation/guest/set-builder/Cargo.toml b/crates/aggregation/guest/set-builder/Cargo.toml index ce7062a6..9dcf09ab 100644 --- a/crates/aggregation/guest/set-builder/Cargo.toml +++ b/crates/aggregation/guest/set-builder/Cargo.toml @@ -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"] }