Skip to content

Commit

Permalink
Update sqlx-cli to 0.5.6
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Aug 19, 2021
1 parent 4dc97e7 commit ebacf48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
-
name: Update cargo dependencies
run: |
cargo install --git https://github.com/launchbadge/sqlx.git --tag v0.5.6 sqlx-cli
cargo install --version=0.5.6 sqlx-cli
cargo install diesel_cli --no-default-features --features postgres
-
name: Setup loadtest database
Expand Down
2 changes: 1 addition & 1 deletion docker/exit-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
PATH=/usr/local/cargo/bin:$PATH
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
RUN cargo install diesel_cli --no-default-features --features postgres
RUN cargo install --version==0.5.2 sqlx-cli
RUN cargo install --version==0.5.6 sqlx-cli

# Copy workspace
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/zk-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
PATH=/usr/local/cargo/bin:$PATH
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
RUN cargo install diesel_cli --no-default-features --features postgres
RUN cargo install --version=0.5.2 sqlx-cli
RUN cargo install --version=0.5.6 sqlx-cli

# Install `solc`
RUN curl -LO https://github.com/ethereum/solidity/releases/download/v0.5.16/solc-static-linux
Expand Down
2 changes: 1 addition & 1 deletion docs/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sudo apt install build-essential
Also, we need `[sqlx](https://github.com/launchbadge/sqlx)` CLI (it is used to generate database wrappers):

```bash
cargo install --version=0.5.5 sqlx-cli
cargo install --version=0.5.6 sqlx-cli
```

If you face an error `Could not find directory of OpenSSL installation`, then you should do the following.
Expand Down

0 comments on commit ebacf48

Please sign in to comment.