Sourced from github.com/pelletier/go-toml/v2's releases.
v2.2.2
What's Changed
Fixed bugs
- Fix race condition when tracking keys that have already been seen by
@sysulq
in pelletier/go-toml#947New Contributors
@sysulq
made their first contribution in pelletier/go-toml#947Full Changelog: https://github.com/pelletier/go-toml/compare/v2.2.1...v2.2.2
a3d5a0b
fix: sync pool race condition (#947)