Skip to content

Commit

Permalink
The master branch has been renamed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Aug 3, 2023
1 parent e68c9fe commit e812abd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ algorithm to determine which entries to evict when the capacity is exceeded.
[release-badge]: https://img.shields.io/crates/v/moka.svg
[docs-badge]: https://docs.rs/moka/badge.svg
[deps-rs-badge]: https://deps.rs/repo/github/moka-rs/moka/status.svg
[coveralls-badge]: https://coveralls.io/repos/github/moka-rs/moka/badge.svg?branch=master
[coveralls-badge]: https://coveralls.io/repos/github/moka-rs/moka/badge.svg?branch=main
[license-badge]: https://img.shields.io/crates/l/moka.svg
[fossa-badge]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmoka-rs%2Fmoka.svg?type=shield

[gh-actions]: https://github.com/moka-rs/moka/actions?query=workflow%3ACI
[crate]: https://crates.io/crates/moka
[docs]: https://docs.rs/moka
[deps-rs]: https://deps.rs/repo/github/moka-rs/moka
[coveralls]: https://coveralls.io/github/moka-rs/moka?branch=master
[coveralls]: https://coveralls.io/github/moka-rs/moka?branch=main
[fossa]: https://app.fossa.com/projects/git%2Bgithub.com%2Fmoka-rs%2Fmoka?ref=badge_shield

[caffeine-git]: https://github.com/ben-manes/caffeine
Expand Down Expand Up @@ -111,9 +111,9 @@ routers. Here are some highlights:
## Change Log

- For v0.10.x releases:
[CHANGELOG.md (`maint-010` branch)](https://github.com/moka-rs/moka/blob/maint-010/CHANGELOG.md)
[CHANGELOG.md (`v0.10.x` branch)](https://github.com/moka-rs/moka/blob/v0.10.x/CHANGELOG.md)
- For the latest release:
[CHANGELOG.md (`master` branch)](https://github.com/moka-rs/moka/blob/master/CHANGELOG.md)
[CHANGELOG.md (`main` branch)](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)

The `unsync::Cache` and `dash::Cache` have been moved to a separate crate called
[Mini Moka][mini-moka-crate]:
Expand Down

0 comments on commit e812abd

Please sign in to comment.