aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-24 04:22:15 +0000
committerFuwn <[email protected]>2024-07-24 04:26:57 +0000
commit3f5032eb75a6e8da7aac97f133adc6477f47f428 (patch)
tree4d18f2bd9bf7cf55ece77098f32cbd760f7a38ea /Earthfile
parentchore: bump release (diff)
downloadseptember-0.2.28.tar.xz
september-0.2.28.zip
chore(docker): sync rustc releasev0.2.28
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Earthfile b/Earthfile
index 20b52c5..3583c9e 100644
--- a/Earthfile
+++ b/Earthfile
@@ -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