Skip to content

Commit

Permalink
Adding additional parsers for other localizations (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf authored Feb 20, 2024
1 parent 006f1a4 commit 289121e
Show file tree
Hide file tree
Showing 42 changed files with 1,352 additions and 548 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
rm rust-toolchain.toml
- name: Install ${{ matrix.rust }} toolchain
uses: dtolnay/rust-toolchain@1.72.1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.72.1
uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2

Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.72.1
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy

Expand Down
Loading

0 comments on commit 289121e

Please sign in to comment.