Skip to content

Commit 7d09ffb

Browse files
authored
Bump workspace version to 2.2.1 (#627)
- **bump workspace version to 2.2.1** - **update Cargo.lock files**
1 parent ea032ac commit 7d09ffb

File tree

19 files changed

+5147
-3289
lines changed

19 files changed

+5147
-3289
lines changed

Cargo.lock

Lines changed: 431 additions & 310 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
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*", "crates/aggregation/guest", "crates/ffi/guests"]
44

55
[workspace.package]
6-
version = "2.2.0"
6+
version = "2.2.1"
77
edition = "2021"
88
license = "Apache-2.0"
99
homepage = "https://risczero.com/"
@@ -12,10 +12,10 @@ repository = "https://github.com/risc0/risc0-ethereum/"
1212
[workspace.dependencies]
1313
# Intra-workspace dependencies
1414
risc0-aggregation = { version = "0.7.0", default-features = false, path = "crates/aggregation" }
15-
risc0-build-ethereum = { version = "2.2.0", default-features = false, path = "build" }
16-
risc0-ethereum-contracts = { version = "2.2.0", default-features = false, path = "contracts" }
15+
risc0-build-ethereum = { version = "2.2.1", default-features = false, path = "build" }
16+
risc0-ethereum-contracts = { version = "2.2.1", default-features = false, path = "contracts" }
1717
risc0-op-steel = { version = "0.6.0", default-features = false, path = "crates/op-steel" }
18-
risc0-steel = { version = "2.2.0", default-features = false, path = "crates/steel" }
18+
risc0-steel = { version = "2.2.1", default-features = false, path = "crates/steel" }
1919

2020
# risc0 monorepo dependencies.
2121
risc0-binfmt = { version = "2.0", default-features = false }

0 commit comments

Comments
 (0)