✍️ Switch to a handwritten lexer and parser. #1
4
.github/workflows/builder.yml
vendored
4
.github/workflows/builder.yml
vendored
@@ -13,8 +13,8 @@ jobs:
|
|||||||
name: ${{matrix.rust}}
|
name: ${{matrix.rust}}
|
||||||
runs-on: x86_64-linux
|
runs-on: x86_64-linux
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- uses: dtolnay/rust-toolchain@v1
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
toolchain: ${{matrix.rust}}
|
toolchain: ${{matrix.rust}}
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|||||||
Reference in New Issue
Block a user