diff options
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ docker: SAVE IMAGE --push fuwn/september:$tag deps: - ARG rustc="1.73.0" + ARG rustc="1.76.0" FROM clux/muslrust:$rustc |