diff --git a/README.md b/README.md index 5d8e596e..bbdfbe7e 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,13 @@ Feel free to open a PR and add your projects here: To use *foyer* in your project, add this line to the `dependencies` section of `Cargo.toml`. ```toml -foyer = "0.13" +foyer = "0.14" ``` If your project is using the nightly rust toolchain, the `nightly` feature needs to be enabled. ```toml -foyer = { version = "0.13", features = ["nightly"] } +foyer = { version = "0.14", features = ["nightly"] } ``` ### Out-of-the-box In-memory Cache