Skip to content

Commit

Permalink
rust: update to 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jun 30, 2022
1 parent 992af87 commit 3fe4cee
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 140 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:
locked: true
- run: scripts/license_check.sh
- run: cargo xlint
# Temporarily disable hakari checking in CI until rust 1.62 is released in order to get things building in windows
# - run: |
# cargo hakari generate --diff # workspace-hack Cargo.toml is up-to-date
# cargo hakari manage-deps --dry-run # all workspace crates depend on workspace-hack
- run: |
cargo hakari generate --diff # workspace-hack Cargo.toml is up-to-date
cargo hakari manage-deps --dry-run # all workspace crates depend on workspace-hack
test:
needs: diff
Expand Down
Loading

0 comments on commit 3fe4cee

Please sign in to comment.