Updated to 0.3.2.
This commit is contained in:
parent
da30e4bccd
commit
5d72f0b41a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "irc"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
description = "A simple, thread-safe IRC client library."
|
||||
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
||||
license = "Unlicense"
|
||||
|
@ -22,5 +22,5 @@ optional = true
|
|||
|
||||
[dependencies.openssl]
|
||||
|
||||
openssl = "~0.2.0"
|
||||
openssl = "~0.2.1"
|
||||
optional = true
|
||||
|
|
Loading…
Add table
Reference in a new issue