aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-15 08:32:21 +0000
committerFuwn <[email protected]>2024-06-15 08:32:21 +0000
commitcbf61405fd7db256176a8bc136f3346acaf43165 (patch)
treefb740183b9838759299f1eb73e80c9437fe2e802
parentdeps: bump outdated crates (diff)
downloadseptember-cbf61405fd7db256176a8bc136f3346acaf43165.tar.xz
september-cbf61405fd7db256176a8bc136f3346acaf43165.zip
ci(earthly): bump rustc
-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