Skip to content

Commit

Permalink
Update dependencies (#313)
Browse files Browse the repository at this point in the history
* Run cargo update
* Update pinned dependencies
* Disable nightly for now
  • Loading branch information
ysimonson committed Mar 5, 2024
1 parent f9a0467 commit 95b40b6
Show file tree
Hide file tree
Showing 9 changed files with 609 additions and 420 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
include:
- { rust: stable, os: macOS-latest }
- { rust: stable, os: ubuntu-latest }
- { rust: nightly, os: ubuntu-latest }
# TODO: re-enable once transitive dependencies are unbroken on nightly
# - { rust: nightly, os: ubuntu-latest }
steps:
- uses: actions/checkout@v2

Expand Down
Loading

0 comments on commit 95b40b6

Please sign in to comment.