Skip to content

Commit

Permalink
chore: update zksync deps (#349)
Browse files Browse the repository at this point in the history
* update zksync deps

* update to e214dd094457f196712722e084010a7ef94ee475

* update rust version in CI

* udpate contracts

* clippy

* enable bytecode compression

* reset contracts gitmodule
  • Loading branch information
nbaztec committed Sep 26, 2024
1 parent 986054e commit 686593a
Show file tree
Hide file tree
Showing 24 changed files with 1,471 additions and 1,148 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-01-01
toolchain: nightly-2024-08-01
components: rustfmt, clippy

- uses: actions/setup-node@v3
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-01-01
toolchain: nightly-2024-08-01

- name: Build Code
run: make all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-01-01
toolchain: nightly-2024-08-01
- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-01-01
toolchain: nightly-2024-08-01
- name: Install target
run: rustup target add ${{ matrix.arch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-01-01
toolchain: nightly-2024-08-01

- name: Install cargo-nextest
run: cargo install cargo-nextest
Expand Down
Loading

0 comments on commit 686593a

Please sign in to comment.