Bumped version number to 0.13.
This commit is contained in:
parent
59f426ac8d
commit
c694367b57
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "irc"
|
name = "irc"
|
||||||
version = "0.12.8"
|
version = "0.13.0"
|
||||||
description = "A simple, thread-safe, and async-friendly library for IRC clients."
|
description = "A simple, thread-safe, and async-friendly library for IRC clients."
|
||||||
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
|
@ -19,7 +19,7 @@ can be disabled accordingly.
|
||||||
|
|
||||||
## Getting Started ##
|
## Getting Started ##
|
||||||
|
|
||||||
To start using this library with cargo, you can simply add `irc = "0.12"` to your dependencies in
|
To start using this library with cargo, you can simply add `irc = "0.13"` to your dependencies in
|
||||||
your Cargo.toml file. You'll likely want to take a look at some of the examples, as well as the
|
your Cargo.toml file. You'll likely want to take a look at some of the examples, as well as the
|
||||||
documentation. You'll also be able to find below a small template to get a feel for the library.
|
documentation. You'll also be able to find below a small template to get a feel for the library.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue