diff options
author | Till Höppner | 2016-03-02 12:57:36 +0100 |
---|---|---|
committer | Till Höppner | 2016-03-02 12:57:36 +0100 |
commit | a4db0628a0377b39be02f0e83832b0c3527933e1 (patch) | |
tree | 375e33b2942b6374e352b554d7202664812ddf2f /formats/weechat/Cargo.toml | |
parent | 52d4c29f5bce85abadeb9fd394f55caf488b37f3 (diff) | |
download | ilc-0.3.tar.gz ilc-0.3.tar.xz ilc-0.3.zip |
Diffstat (limited to 'formats/weechat/Cargo.toml')
-rw-r--r-- | formats/weechat/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/weechat/Cargo.toml b/formats/weechat/Cargo.toml index 5079d50..244932a 100644 --- a/formats/weechat/Cargo.toml +++ b/formats/weechat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ilc-format-weechat" -version = "0.1.1" +version = "0.2.0" description = "IRC log converter/collector/cruncher" homepage = "https://github.com/tilpner/ilc" license = "Apache-2.0" @@ -10,4 +10,4 @@ authors = ["Till Höppner <till@hoeppner.ws>"] [dependencies] log = "0.3.5" chrono = "0.2.19" -ilc-base = "0.1.0" +ilc-base = "~0.2" |