Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guidelines/apps/M-MIMALLOC-APPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Changing the allocator only takes a few lines of code. Add mimalloc to your `Car

```toml
[dependencies]
mimalloc = { version = "0.1" } # Or later version if available
mimalloc = { version = "0.1", features = ["v3"] } # Or later version if available
```

Then use it from your `main.rs`:
Expand Down
Loading