Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Jan 20, 2025
1 parent c325ebb commit e6ad595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6ad595

Please sign in to comment.