diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82a1873..590f17f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/Cargo.toml b/Cargo.toml index 5474758..8b07b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "typstfmt" version = "0.2.8" edition = "2021" authors = ["Astrale "] -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"