Skip to content

Commit

Permalink
Add msrv to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed May 16, 2024
1 parent 4b2c83e commit 61194c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ That way you've covered the worst-case execution time for that part of your appl

A cache performance regression might be a bug though. Open an issue to discus your situation if you find a regression.

## MSRV

This crate has no further guarantees other than being able to run on the latest stable compiler.
Increasing the MSRV is not seen as a breaking change semver-wise.
If you find yourself in trouble with this, feel free to open an issue.

## Example

See the `map` and `queue` module level documentation for examples.

## Features

- Key value datastore (Map)
Expand Down

0 comments on commit 61194c5

Please sign in to comment.