Skip to content

Commit

Permalink
Try and remove lockfile wrangling
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Jun 6, 2024
1 parent a0a294a commit 98c0988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
# XXX: Downgrade various dependencies to make them or their sub-dependencies MSRV compatible.
run: |
cargo generate-lockfile
cargo update -p proc-macro-crate --precise "1.3.0"
cargo update -p regex --precise "1.9.6"
# cargo update -p proc-macro-crate --precise "1.3.0"

- name: Clippy MSRV
run: cargo clippy --features=rt-tokio-crypto-rust --all-targets --all -- -D clippy::dbg_macro -D warnings -F unused_must_use

0 comments on commit 98c0988

Please sign in to comment.