Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #157 from TeddyHuang-00/main
Browse files Browse the repository at this point in the history
ci: 👷 Update Rust toolchain version
  • Loading branch information
astrale-sharp committed Feb 29, 2024
2 parents d909b7f + ae52a05 commit 8607206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "typstfmt"
version = "0.2.8"
edition = "2021"
authors = ["Astrale <ash4567@outlook.fr>"]
rust-version = "1.70"
rust-version = "1.74"
description = "A formatter for Typst-lang with a future!"
readme = "README.md"
repository = "https://github.com/astrale-sharp/typstfmt"
Expand Down

0 comments on commit 8607206

Please sign in to comment.