From f0ee5be572168542774739cf713b7eeca2cbc598 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sun, 28 Jun 2015 21:56:36 +0200 Subject: Fix dependency versions --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b23c4b9..64e8404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irsc" -version = "0.1.1" +version = "0.2.0" authors = ["Till Hoeppner "] description = "A lightweight library for building IRC bots." documentation = "https://tilpner.github.io/irsc" @@ -10,10 +10,10 @@ keywords = ["irc", "internet", "protocol"] license = "MIT" [dependencies] -log = "*" -regex = "*" -regex_macros = "*" -openssl = "*" +log = "^0.3" +regex = "^0.1" +regex_macros = "^0.1" +openssl = "^0.6" [features] lints = ["clippy"] -- cgit v1.2.3