Skip to content

Commit

Permalink
Upgrade rust & a bunch of crates. (#780)
Browse files Browse the repository at this point in the history
1. Upgraded to a later version of rust
2. Pulled in latest version of darling & syn
3. Various other updates & cleanup
  • Loading branch information
obmarg committed Sep 18, 2023
1 parent f7fd0c9 commit 63b105d
Show file tree
Hide file tree
Showing 30 changed files with 645 additions and 553 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.69.0
- uses: dtolnay/rust-toolchain@1.72.0
with:
components: rustfmt

Expand Down
Loading

0 comments on commit 63b105d

Please sign in to comment.