diff options
author | Till Höppner | 2016-02-25 18:50:23 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-25 19:06:20 +0100 |
commit | 38c2f2fee156b188b08f632568b0ce8b444f2850 (patch) | |
tree | 71e1ccceacffe2e6515d8781693f1d8b4b670feb /base/Cargo.toml | |
parent | 11c4fdc0feb9261cc7222c7ed9b391219c923784 (diff) | |
download | ilc-38c2f2fee156b188b08f632568b0ce8b444f2850.tar.gz ilc-38c2f2fee156b188b08f632568b0ce8b444f2850.tar.xz ilc-38c2f2fee156b188b08f632568b0ce8b444f2850.zip |
Fix pub uses
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r-- | base/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index 0f124bf..541de02 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ilc-base" -version = "0.1.0" +version = "0.1.2" description = "IRC log converter/collector/cruncher" homepage = "https://github.com/tilpner/ilc" license = "Apache-2.0" |