Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jRimbault committed Jul 30, 2024
1 parent b0e33ca commit 9f2a2ce
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 228 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [stable]
rust: [stable, 1.74.1]
feature_set: ["--no-default-features", "--all-features"]
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 9f2a2ce

Please sign in to comment.