Sourced from github.com/BurntSushi/toml's releases.
v1.2.1
This release fixes the
omitempty
struct tag on an uncomparable type panicking.
74c008f
Test Go 1.19; gofmt 1.198de7f4a
Update tests a little bit and add comment8bbca55
add a check for uncomparable empty structs17ef72d
Tweak docs to use Go 1.19 syntax1ba7f5b
Merge pull request #367 from zhsj/fix-32473c10f
Fix test on 32 bit arch360c9e3
Don't return error on uncomparable types: just silently ignore like before929b0a7
Merge pull request #361 from BurntSushi/p-omitempty8d9ffad
Don't panic with 'omitempty' and uncomparable type