github BurntSushi/toml v1.3.1

latest release: v1.3.2
11 months ago

This fixes two small bugs:

  • The BURNTSUSHI_TOML_110 environment variable would be checked on package import, rather than Decode().

    This meant that setting os.Setenv("BURNTSUSHI_TOML_110", "") had no effect, as it happens after the import.

  • Fix order of Meta.Keys() for inline tables (this has been an issue since support for inline tables was added).

Don't miss a new toml release

NewReleases is sending notifications on new releases.