Skip to content

toml v0.2.2 (7b14e6d5)

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 11:06
7b14e6d

This version introduces:

  • dependencies bump, including toml_edit to version 0.6
  • better and more tests, including some failing with the previous version
  • fix a bug causing toml keys containing a . to panic

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/toml-cli

Linux

wget https://github.com/chevdor/toml-cli/releases/download/v0.2.2/toml_linux_amd64_v0.2.2.deb -O toml-cli.deb
sudo dpkg -i toml-cli.deb
toml --help

MacOS

brew tap chevdor/toml https://github.com/chevdor/toml-cli
brew update
brew install chevdor/toml/toml

Changes since v0.2.1