diff options
author | Till Hoeppner | 2015-04-19 20:03:43 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-04-19 20:03:43 +0200 |
commit | 11969d703e1f2653ac965adbb2cf00b67ff00c5a (patch) | |
tree | 7886907a14a808dd834a287425ccd5230ae4134e /Cargo.toml | |
parent | 7ebe0df7282fd9850e9232dc233ce27623844778 (diff) | |
download | irsc-11969d703e1f2653ac965adbb2cf00b67ff00c5a.tar.gz irsc-11969d703e1f2653ac965adbb2cf00b67ff00c5a.tar.xz irsc-11969d703e1f2653ac965adbb2cf00b67ff00c5a.zip |
Add auto-publishing by Travis
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "irsc" -version = "0.1.0" +version = "0.0.3" authors = ["Till Hoeppner <till@hoeppner.ws>"] description = "A lightweight library for building IRC bots." repository = "https://github.com/tilpner/irsc" |