Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transpile: remove git-testament dependency (for now) to remove time dependency to build on 1.80.0 #1115

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. transpile: remove git-testament dependency (for now) to remove `tim…

    …e` dependency to build on 1.80.0
    
    Our old nightly (1.65) pins `time-macros` to an old version, which requires `time` to stay on an old version.
    But since 1.80 broke `time` (due to time-rs/time#693 and rust-lang/rust#127343),
    we need to update `time`.  Doing this requires `time-macros` to be upgraded, which requires at least rust 1.67.
    There's an old PR, #811, for this, but it needs rebasing.
    So for now, removing `git-testament` and its `time` dependency is simpler,
    and we can add it back later once we update to a newer nightly.
    kkysen committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1cac320 View commit details
    Browse the repository at this point in the history