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 487768d commit 7979905Copy full SHA for 7979905
crates/toml/CHANGELOG.md
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Fixes
11
+
12
+- Drop recursion limit from 128 to 100 to work on `opt-level = 0` builds
13
14
## [0.8.11] - 2024-03-11
15
16
### Performance
crates/toml_edit/CHANGELOG.md
## [0.22.7] - 2024-03-11
### Features
0 commit comments