Updated Cargo.toml for crates.io, but the crate name is being squatted.

This commit is contained in:
Aaron Weiss 2014-11-21 15:01:41 -05:00
parent 2ab1f65e1f
commit c84a7813a1

View file

@ -1,10 +1,10 @@
[package]
name = "irc"
version = "0.0.1"
version = "1.0.0"
description = "A simple, thread-safe IRC client library."
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
license = "Public Domain"
license = "Unlicense"
keywords = ["irc", "client", "thread-safe"]
documentation = "http://www.rust-ci.org/aaronweiss74/irc/doc/irc/"
repository = "https://github.com/aaronweiss74/irc"
@ -16,5 +16,5 @@ ssl = ["openssl"]
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl.git"
openssl = "~1.0.0"
optional = true