Skip to content

Commit ad6bd42

Browse files
committed
chore: update Rust toolchain version to 1.80 in deploy workflow
1 parent 24fc31a commit ad6bd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: dtolnay/rust-toolchain@master
1919
with:
20-
toolchain: "1.77"
20+
toolchain: "1.80"
2121
- uses: Swatinem/rust-cache@v2
2222
- uses: jdx/mise-action@v2
2323
- run: uv sync --locked

0 commit comments

Comments
 (0)