Skip to content

Commit

Permalink
docs: fix SQLx CLI installation (#2133)
Browse files Browse the repository at this point in the history
## What ❔

Updates the installing instructions for SQLx CLI

## Why ❔

Problems when compiling `clap_lex`:
`error[E0599]: no method named `as_encoded_bytes` found for reference
`&OsStr` in the current scope`
`error[E0599]: no function or associated item named
`from_encoded_bytes_unchecked` found for struct `OsStr` in the current
scope`
  • Loading branch information
matias-gonz authored Jun 3, 2024
1 parent 85448dd commit f179681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ SQLx is a Rust library we use to interact with Postgres, and its CLI is used to
features of the library.

```bash
cargo install sqlx-cli --version 0.7.3
cargo install --locked sqlx-cli --version 0.7.3
```

## Solidity compiler `solc`
Expand Down

0 comments on commit f179681

Please sign in to comment.