diff options
| author | Fuwn <[email protected]> | 2024-08-29 18:22:33 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-02 13:54:54 -0700 |
| commit | 9d3bb8f015b6a622fc9bdb31343e47772e33c1dd (patch) | |
| tree | b818adf7d6cb145b794c582d459cf52e6a34b3e0 /Earthfile | |
| parent | deps(rustc): pin channel (diff) | |
| download | locus-9d3bb8f015b6a622fc9bdb31343e47772e33c1dd.tar.xz locus-9d3bb8f015b6a622fc9bdb31343e47772e33c1dd.zip | |
deps(rustc): pin channel
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ docker: SAVE IMAGE --push fuwn/locus:$tag deps: - ARG rustc="nightly" + ARG rustc="nightly-2024-07-17" FROM clux/muslrust:${rustc} |