Skip to content

Commit

Permalink
Clarify that TOML support is actually at v1.0.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Levine <stephen.levine@gmail.com>
  • Loading branch information
sclevine committed Jul 25, 2020
1 parent a0eaf45 commit c4c13b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Preserves map order.

Format versions:
- YAML: **v1.2** (gopkg.in/yaml.v3)
- TOML: **v0.5.0** (github.com/pelletier/go-toml)
- TOML: **v1.0.0-rc.1** (github.com/pelletier/go-toml)
- JSON: **RFC 7159** (encoding/json)
- HCL: **v1** (github.com/hashicorp/hcl)

Expand Down

0 comments on commit c4c13b7

Please sign in to comment.