Skip to content

Conversation

@tnull
Copy link
Contributor

@tnull tnull commented Dec 2, 2024

I heard you like pins, so I pinned your pin so you can pin while you pin.

I heard you like pins, so I pinned you pin so you can pin while you pin.
# indexmap 2.6.0 upgraded to hashbrown 0.15, which unfortunately bumped their MSRV to rustc 1.65 with the 0.15.1 release
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p indexmap@2.6.0 --precise "2.5.0" --verbose
# indexmap 2.6.0 upgraded to hashbrown 0.15, which unfortunately bumped their MSRV to rustc 1.65 with the 0.15.1 release (and 2.7.0 was released since).
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p indexmap@2.7.0 --precise "2.5.0" --verbose
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the @?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, as we have two versions in the tree (possibly also induced by pinning-back other stuff). The CI failure on 1.63 was:

+ cargo update -p [email protected] --precise 2.5.0 --verbose
error: package ID specification `[email protected]` did not match any packages
Did you mean one of these?

  [email protected]
  [email protected]

Copy link
Collaborator

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh

@TheBlueMatt
Copy link
Collaborator

Landing. We can fix other CI issues later.

@TheBlueMatt TheBlueMatt merged commit 7cfcb14 into lightningdevkit:main Dec 2, 2024
15 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants