Skip to content

Commit

Permalink
chore: update dependencies and fix all associated warnings (clippy, f…
Browse files Browse the repository at this point in the history
…mt, -D warning, etc) (#457)

* chore: update dependencies and fix associated warnings

* chore: oops, forgot fmt

* chore: clippy

* chore: more clippy

* chore: fmt

* ci: add backtrace, to find discrepency in test

* chore: trying to figure out why CI fails tests that succeed locally
  • Loading branch information
iamwacko authored Sep 18, 2024
1 parent 55ebb3d commit 7b8c892
Show file tree
Hide file tree
Showing 10 changed files with 507 additions and 542 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test
- run: RUST_BACKTRACE=1 cargo test
Loading

0 comments on commit 7b8c892

Please sign in to comment.