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

replace lru-cache dependency #704

Merged
merged 3 commits into from
May 2, 2024
Merged

replace lru-cache dependency #704

merged 3 commits into from
May 2, 2024

Commits on May 1, 2024

  1. deps: remove lru-cache

    mbtools authored and wraithgar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f75bbaa View commit details
    Browse the repository at this point in the history
  2. fix: use internal cache implementation

    This change removes the dependency on the `lru-cache` package. It is
    replaced by a comparable, but much simpler class in this package.
    mbtools authored and wraithgar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ebbab76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d802bf9 View commit details
    Browse the repository at this point in the history