Skip to content

Commit 3f375a6

Browse files
committed
update CI toolchain version
1 parent 90c12b6 commit 3f375a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: risczero toolchain install
7272
run: |
7373
cargo install cargo-binstall --version '=1.6.9' --locked
74-
cargo binstall cargo-risczero@1.1.1 --no-confirm --force
74+
cargo binstall cargo-risczero@2.0.3 --no-confirm --force
7575
cargo risczero install
7676
# uses: risc0/risc0-ethereum/.github/actions/[email protected]
7777
# with:

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
alloy = { version = "1.0.3", features = ["node-bindings", "network", "providers", "transports", "signer-local"] }
8-
alloy-sol-types = "1.1.0"
98
alloy-contract = "1.0.3"
9+
alloy-sol-types = "1.1.0"
1010
anyhow = "1.0"
1111
bincode = "1.3.3"
1212
blobstream0-core = { path = "../core" }

0 commit comments

Comments
 (0)