Bumped version number to 0.7.5.
This commit is contained in:
parent
01b2e218cd
commit
39f0d597e8
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "irc"
|
name = "irc"
|
||||||
version = "0.7.4"
|
version = "0.7.5"
|
||||||
description = "A simple, thread-safe IRC client library."
|
description = "A simple, thread-safe IRC client library."
|
||||||
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
||||||
license = "Unlicense"
|
license = "Unlicense"
|
||||||
|
@ -18,19 +18,19 @@ encode = ["encoding"]
|
||||||
ssl = ["openssl"]
|
ssl = ["openssl"]
|
||||||
|
|
||||||
[dependencies.rustc-serialize]
|
[dependencies.rustc-serialize]
|
||||||
rustc-serialize = "~0.2.0"
|
rustc-serialize = "~0.2.3"
|
||||||
|
|
||||||
[dependencies.time]
|
[dependencies.time]
|
||||||
|
|
||||||
time = "~0.1.5"
|
time = "~0.1.9"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.encoding]
|
[dependencies.encoding]
|
||||||
|
|
||||||
encoding = "~0.2.11"
|
encoding = "~0.2.14"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.openssl]
|
[dependencies.openssl]
|
||||||
|
|
||||||
openssl = "~0.2.10"
|
openssl = "~0.2.12"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
Loading…
Reference in a new issue