diff options
author | Till Höppner | 2016-02-25 18:50:23 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-25 18:50:23 +0100 |
commit | 22f83ec660ad9d6ea2b7062ecea40394829f75b6 (patch) | |
tree | 9ae3690523ed313b81a8939ba528b6f522ae9ad4 /Cargo.toml | |
parent | 11c4fdc0feb9261cc7222c7ed9b391219c923784 (diff) | |
download | ilc-22f83ec660ad9d6ea2b7062ecea40394829f75b6.tar.gz ilc-22f83ec660ad9d6ea2b7062ecea40394829f75b6.tar.xz ilc-22f83ec660ad9d6ea2b7062ecea40394829f75b6.zip |
Fix pub usesv0.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ description = "IRC log converter/collector/cruncher" license = "Apache-2.0" name = "ilc" repository = "https://github.com/tilpner/ilc" -version = "0.2.1" +version = "0.2.2" [[bin]] name = "ilc" |