aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Earthfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Earthfile b/Earthfile
index 45689e8..20b52c5 100644
--- a/Earthfile
+++ b/Earthfile
@@ -17,7 +17,7 @@ docker:
SAVE IMAGE --push fuwn/september:$tag
deps:
- ARG rustc="1.69.0"
+ ARG rustc="1.73.0"
FROM clux/muslrust:$rustc