Updated Cargo.toml for crates.io, but the crate name is being squatted.
This commit is contained in:
parent
2ab1f65e1f
commit
c84a7813a1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue