Skip to content

Commit

Permalink
Merge pull request #1262 from matter-labs/slumber-zks-136-update-sqlx
Browse files Browse the repository at this point in the history
Bump sqlx version
  • Loading branch information
popzxc authored Dec 21, 2020
2 parents d382b79 + 03b29f1 commit 4736063
Show file tree
Hide file tree
Showing 23 changed files with 201 additions and 101 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: update-deps
# Upstream version of sqlx-cli has some incompatibilities with the sqlx version used zksync_storage.
run: |
rustup update stable
cargo install sqlx-cli --git https://github.com/alekseysidorov/sqlx.git
cargo install --version=0.2.0 sqlx-cli
cargo install diesel_cli --no-default-features --features postgres
docker pull matterlabs/ci-integration-test:zk-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: init
run: |
cargo sqlx --version || cargo install --version=0.1.0-beta.1 sqlx-cli
cargo sqlx --version || cargo install --version=0.2.0 sqlx-cli
zk
zk run yarn
cp etc/tokens/{test,localhost}.json
Expand Down
Loading

0 comments on commit 4736063

Please sign in to comment.