We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eced450 commit 5602c64Copy full SHA for 5602c64
CHANGELOG.md
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
- Fixes returning an incorrect error type when parsing a `Token` that
19
terminates with `~`. This now correctly classifies the error as a `Tilde`
20
error.
21
+- Disabled default features for the `serde` dependency, which enables using
22
+ this library in no-std environments even with the `serde` feature enabled.
23
24
### Removed
25
0 commit comments