neon icon indicating copy to clipboard operation
neon copied to clipboard

chore: fix nightly build

Open conradludgate opened this issue 2 months ago • 1 comments

Problem

cargo +nightly check fails

Summary of changes

Updates measured, time, and crc32c.

  • measured: updated to fix https://github.com/rust-lang/rust/issues/125763.
  • time: updated to fix https://github.com/rust-lang/rust/issues/125319
  • crc32c: updated to remove some nightly feature detection with a removed nightly feature

Checklist before requesting a review

  • [x] I have performed a self-review of my code.
  • [ ] If it is a core feature, I have added thorough tests.
  • [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • [ ] Do not forget to reformat commit message to not include the above checklist

conradludgate avatar Jun 24 '24 13:06 conradludgate