diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-27 16:51:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-27 16:51:15 +0300 |
commit | df30feeddf83e7ef8540bce1649acf437ca3489e (patch) | |
tree | eebf72d53316660f927b15d3a539d0a2fe3484af /Cargo.toml | |
parent | 5874d9d2321ab0007e1cbe9f809cb89e0d065d83 (diff) | |
download | bbb2json-df30feeddf83e7ef8540bce1649acf437ca3489e.tar.xz bbb2json-df30feeddf83e7ef8540bce1649acf437ca3489e.zip |
Sun, 27 Jan 2019 17:51:15 +0400v0.1.0
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ authors = [ "Valentin Popov <info@valentineus.link>" ] edition = "2018" name = "bbb2json" -version = "0.0.1" +version = "0.1.0" [dependencies] clap = { version = "2.32.0", features = [ "yaml" ] } |