Skip to content

Commit aecea05

Browse files
committed
Merge branch 'main' into reth
2 parents 4e5b6be + c9530d7 commit aecea05

File tree

20 files changed

+1146
-945
lines changed

20 files changed

+1146
-945
lines changed

.github/workflows/pr.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Build project
3131
run: cargo build --release
3232

33-
- name: Install Rust toolchain 1.89.0 (stable)
33+
- name: Install Rust toolchain 1.91.0 (stable)
3434
run: |
35-
rustup install 1.89.0
36-
rustup +1.89.0 component add clippy
37-
rustup +1.89.0 component add rustfmt
38-
rustup +1.89.0 component add rust-src
35+
rustup install 1.91.0
36+
rustup +1.91.0 component add clippy
37+
rustup +1.91.0 component add rustfmt
38+
rustup +1.91.0 component add rust-src
3939
4040
- name: Install WebAssembly target
4141
run: rustup target add wasm32-unknown-unknown
@@ -54,12 +54,12 @@ jobs:
5454
- name: Install test dependencies
5555
run: sudo apt-get update && sudo apt-get install -y wabt
5656

57-
- name: Install Rust toolchain 1.89.0 (stable)
57+
- name: Install Rust toolchain 1.91.0 (stable)
5858
run: |
59-
rustup install 1.89.0
60-
rustup +1.89.0 component add clippy
61-
rustup +1.89.0 component add rustfmt
62-
rustup +1.89.0 component add rust-src
59+
rustup install 1.91.0
60+
rustup +1.91.0 component add clippy
61+
rustup +1.91.0 component add rustfmt
62+
rustup +1.91.0 component add rust-src
6363
6464
- name: Run Clippy
6565
run: cargo clippy --all-targets -- -D warnings

0 commit comments

Comments
 (0)