Bumped version number to 0.8.1 with updated documentation links.
This commit is contained in:
parent
2a8170b3ba
commit
b27f1cb03c
2 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "irc"
|
name = "irc"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
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"
|
||||||
keywords = ["irc", "client", "thread-safe"]
|
keywords = ["irc", "client", "thread-safe"]
|
||||||
documentation = "http://www.rust-ci.org/aatxe/irc/doc/irc/"
|
documentation = "http://aatxe.github.io/irc/irc/"
|
||||||
repository = "https://github.com/aatxe/irc"
|
repository = "https://github.com/aatxe/irc"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
A thread-safe IRC library in Rust. The client portion is compliant with
|
A thread-safe IRC library in Rust. The client portion is compliant with
|
||||||
[RFC 2812](http://tools.ietf.org/html/rfc2812) and includes some additional, common features. The
|
[RFC 2812](http://tools.ietf.org/html/rfc2812) and includes some additional, common features. The
|
||||||
server portion is still a work in progress. You can find up-to-date, ready-to-use documentation
|
server portion is still a work in progress. You can find up-to-date, ready-to-use documentation
|
||||||
online [here](http://www.rust-ci.org/aatxe/irc/doc/irc/). The documentation is generated with the
|
online [here](http://aatxe.github.io/irc/irc/). The documentation is generated with the
|
||||||
default features. These are, however, strictly optional and can be disabled accordingly.
|
default features. These are, however, strictly optional and can be disabled accordingly.
|
||||||
|
|
||||||
## Getting Started ##
|
## Getting Started ##
|
||||||
|
|
Loading…
Add table
Reference in a new issue