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

feat(once_cell): remove dependency on once_cell #1181

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 6, 2024

  1. feat(once_cell): remove dependency on once_cell

    Rust 1.80 has a proper implementation of LazyLock, which, when used,
    removes the dependency on once_cell.
    
    - update toolchain to 1.80.0 from 1.70.0
    - remove once_cell from dependencies
    
    Fixes: eza-community#1169
    erwinvaneijk committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    56789a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc6dd30 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: broken tests that rely on panic format

    - these tests rely on the way a panic is formatted, which changed from
      rustc 1.70 to 1.80
    erwinvaneijk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dd70709 View commit details
    Browse the repository at this point in the history