Skip to content

Commit

Permalink
Merge pull request #62 from kraken-build/nr/pin-cargo-0.73
Browse files Browse the repository at this point in the history
Pin Rust toolchain to 1.73.0 giving us Cargo 1.73.0
  • Loading branch information
helsing-ai-user authored Dec 15, 2023
2 parents 3877cd7 + 691785c commit f55736e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ RUN : \
&& cargo install cargo-semver-checks \
&& cargo install sqlx-cli \
&& cargo install cargo-llvm-cov \
&& rustup toolchain install nightly \
&& rustup component add rustfmt --toolchain nightly
&& rustup toolchain install 1.73.0 \
&& rustup component add rustfmt --toolchain 1.73.0

#
# Protobuf tools
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ is built from various Ubuntu starting images.
| proxy.py | Pipx (Python 3.10) | 2.4.3 |
| pyenv | [pyenv-installer](https://github.com/pyenv/pyenv-installer) | latest |
| Python | [ppa:deadsnakes/ppa](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa) | 3.6 <sup>1)</sup>, 3.7, 3.8, 3.9, 3.10 <sup>default</sup>, 3.11 |
| Rust | Rustup | latest |
| Rust / Cargo | Rustup | 1.73.0 / 0.73.0 |
| Rustup | rustup.rs | latest |
| rustfmt | rustup | nightly (additionally) |
| sccache | [GitHub releases](https://github.com/mozilla/sccache/releases) ([formula](formulae/sccache.py)) | 0.5.2 |
Expand Down

0 comments on commit f55736e

Please sign in to comment.