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

Move unsync and experimental dash caches to a new crate called mini-moka #200

Merged
merged 5 commits into from
Nov 9, 2022

Commits on Nov 9, 2022

  1. Remove dash module and deprecate unsync module

    They have been moved to mini-moka crate and become `mini_moka::sync` and
    `mini_moka::unsync` modules respectively.
    tatsuya6502 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4c8c17b View commit details
    Browse the repository at this point in the history
  2. Remove dash module and deprecate unsync module

    - Update the lints CI to avoid a compile error by not enabling `dash` feature.
    - Suppress deprecation warnings in the `pub use` statements in `unsync` module.
    tatsuya6502 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2bb5cef View commit details
    Browse the repository at this point in the history
  3. Move unsync and experimental dash caches to a new crate called mi…

    …ni-moka
    
    - Fix the CI.
    - rustfmt
    tatsuya6502 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2712bef View commit details
    Browse the repository at this point in the history
  4. Move unsync and dash caches to mini-moka crate

    Update the README and documentation.
    tatsuya6502 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e7e893a View commit details
    Browse the repository at this point in the history
  5. Move unsync and dash caches to mini-moka crate

    Update the README.
    tatsuya6502 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ba201bf View commit details
    Browse the repository at this point in the history