Skip to content

Commit

Permalink
chore(release): replace version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Dec 2, 2024
1 parent c19a25b commit a8f9a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```toml
[dependencies]
logos = "0.14.2"
logos = "0.14.3"
```

Then, you can automatically derive the [`Logos`](https://docs.rs/logos/latest/logos/trait.Logos.html) trait on your `enum` using the `Logos` derive macro:
Expand Down

0 comments on commit a8f9a24

Please sign in to comment.