Changed docs links to latest version of docs.rs.
This commit is contained in:
parent
12eaccffdc
commit
639896cb02
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ description = "A simple, thread-safe, and async-friendly IRC client library."
|
|||
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
||||
license = "MPL-2.0"
|
||||
keywords = ["irc", "client", "thread-safe", "async", "tokio"]
|
||||
documentation = "https://docs.rs/irc/"
|
||||
repository = "https://github.com/aatxe/irc"
|
||||
readme = "README.md"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ A robust, thread-safe and async-friendly IRC library in Rust. The client portion
|
|||
[IRCv3.2](http://ircv3.net/irc/3.2.html), and includes some additional, common features. It also
|
||||
features a number of useful built-in features for building a powerful client quickly. The
|
||||
server portion does not exist yet, but hopefully will in the future. You can find up-to-date, ready-to-use documentation
|
||||
online [here](https://docs.rs/irc/0.12.0/irc/). The documentation is generated with the default
|
||||
online [here](https://docs.rs/irc/). The documentation is generated with the default
|
||||
features. These are, however, strictly optional and can be disabled accordingly.
|
||||
|
||||
## Getting Started ##
|
||||
|
|
Loading…
Reference in a new issue