Skip to content

Commit

Permalink
Add Rust 1.78, update rustup to 1.27.1, cargo-binstall to 1.6.8 and s…
Browse files Browse the repository at this point in the history
…ccache to 0.8.1
  • Loading branch information
rnijveld committed Jun 7, 2024
1 parent f96f159 commit d655573
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
latest: false
- version: nightly
latest: false
- version: 1.77
- version: 1.78
latest: true
- version: 1.76
- version: 1.77
latest: false
runs-on: ubuntu-latest
steps:
Expand All @@ -118,15 +118,15 @@ jobs:
push: ${{ github.ref == 'refs/heads/main' }}
platforms: "linux/amd64,linux/arm64"
build-args: |
RUSTUP_VERSION=1.27.0
RUSTUP_VERSION=1.27.1
RUSTUP_SHA256_AMD64=a3d541a5484c8fa2f1c21478a6f6c505a778d473c21d60a18a4df5185d320ef8
RUSTUP_SHA256_ARM64=76cd420cb8a82e540025c5f97bda3c65ceb0b0661d5843e6ef177479813b0367
CARGO_BINSTALL_VERSION=1.6.4
CARGO_BINSTALL_SHA256_AMD64=b07160c21cdfcc24c3afe94b3cb12bf6d111cef7b218cce85a0c1dfae7e106dd
CARGO_BINSTALL_SHA256_ARM64=70c17459e4bc0b417679e66af55199603d80fa751d819b86713f700e3e9a6602
SCCACHE_VERSION=0.7.7
SCCACHE_SHA256_AMD64=ed0010b4dcaccce42b9dc8699257134a113d0ca16dfb7db890356135218322c9
SCCACHE_SHA256_ARM64=e7ecabac9a703e53a8b06e84b0058fcf242239d164050537bc399387160320fb
CARGO_BINSTALL_VERSION=1.6.8
CARGO_BINSTALL_SHA256_AMD64=581eb7c97b2767a468afb0505c416eb727b469c029b36470288fc30b26517101
CARGO_BINSTALL_SHA256_ARM64=2433118983ade85388be17d442b430c4932eb2dad834143f9a6a25646563281f
SCCACHE_VERSION=0.8.1
SCCACHE_SHA256_AMD64=e0ee621fb16b6940666cd770b091c62cadafd3e062dd12e3a49d9caaff3b795f
SCCACHE_SHA256_ARM64=452cef732b24415493a7c6bca6e13536eb9464593fa87c753b6b7cb4733e9c50
CARGO_UDEPS_VERSION=0.1.47
CARGO_UDEPS_SHA256_AMD64=906d6f7292231b79d2db04ab04d5e188b6ac789bce7fbb3013130edb82f683c9
CARGO_UDEPS_SHA256_ARM64=b242da4b7c24c647e210fbacabafe7dd86161d04e261bd81ed07a0a466a06fee
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ to it (and install any optional library dependencies). Currently these versions
are supported:

* Rust stable: `stable` (`ghcr.io/tweedegolf/rust-dev:stable`)
* Rust 1.77: `1.77`, `latest` (`ghcr.io/tweedegolf/rust-dev:1.77`)
* Rust 1.76: `1.76` (`ghcr.io/tweedegolf/rust-dev:1.76`)
* Rust 1.78: `1.78`, `latest` (`ghcr.io/tweedegolf/rust-dev:1.78`)
* Rust 1.77: `1.77` (`ghcr.io/tweedegolf/rust-dev:1.77`)
* Rust beta: `beta` (`ghcr.io/tweedegolf/rust-dev:beta`)
* Rust nightly: `nightly` (`ghcr.io/tweedegolf/rust-dev:nightly`)

Expand Down

0 comments on commit d655573

Please sign in to comment.