toml v0.2.2 (7b14e6d5)
This version introduces:
- dependencies bump, including
toml_edit
to version0.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:
- Linux
- MacOS
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
- 7b14e6d: Add notice about the fork [@chevdor]
- 41867e9: Bump version to 0.2.2 [@chevdor]
- 8c94d56: Bump the toml_edit dep to 0.6 [@chevdor]
- acd7306: Add rustfmt config [@chevdor]
- e06de99: Add quickcheck workflow [@chevdor]
- ae03324: Bump some deps [@chevdor]
- 7a27a0f: Rework tests [@chevdor]
- 4298e93: Deps update [@chevdor]
- ac36892: build - new homebrew formula for v0.2.1 [@terabot]