Skip to content

Commit

Permalink
Add benchmark for literals, upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Jan 17, 2025
1 parent 62302a0 commit 97fca45
Show file tree
Hide file tree
Showing 27 changed files with 1,011 additions and 302 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.66

- uses: dtolnay/rust-toolchain@1.60
- name: Check (no filters, no syntax)
run: cargo check --no-default-features --features serde,unicode

- uses: dtolnay/rust-toolchain@1.61
- name: Check (no filters)
run: cargo check --no-default-features --features serde,syntax,unicode

- uses: dtolnay/rust-toolchain@1.65
- name: Test
run: cargo test --all-features
env:
Expand Down
Loading

0 comments on commit 97fca45

Please sign in to comment.