Skip to content

Commit 72fe0be

Browse files
committed
fix(dagger): pin Rust version to 1.93.1 to match local rustfmt
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 16bb66f commit 72fe0be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.dagger/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const PLAYWRIGHT_VERSION = "1.57.0";
1717
// Pin release-please version for reproducible builds
1818
const RELEASE_PLEASE_VERSION = "17.1.3";
1919
// Rust version for clauderon
20-
const RUST_VERSION = "1.93";
20+
const RUST_VERSION = "1.93.1";
2121
// LaTeX image for resume builds
2222
const LATEX_IMAGE = "blang/latex:ubuntu";
2323
// sccache version for Rust compilation caching

0 commit comments

Comments
 (0)