diff options
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ [package] name = "irsc" -version = "0.1.1" +version = "0.2.0" authors = ["Till Hoeppner <till@hoeppner.ws>"] 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"] |