diff --git a/Cargo.lock b/Cargo.lock index 61bbe95..4c2ba5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,7 +376,7 @@ dependencies = [ [[package]] name = "slack_irc_rust" -version = "0.2.1" +version = "0.2.2" dependencies = [ "futures 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6e20d22..5918058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slack_irc_rust" -version = "0.2.1" +version = "0.2.2" authors = ["Erik "] [dependencies]