Update version number
This commit is contained in:
parent
80fe0fcfef
commit
cc41ed6ee7
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ircparser"
|
name = "ircparser"
|
||||||
description = "An IRC (RFC1459) parser and formatter, built in Rust."
|
description = "An IRC (RFC1459) parser and formatter, built in Rust."
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Ethan Henderson"]
|
authors = ["Ethan Henderson"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -10,7 +10,7 @@ To use the latest stable version of `ircparser`, add it to your Cargo.toml file
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ircparser = "^0.1"
|
ircparser = "^0.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also use the latest development version by specifying the following:
|
You can also use the latest development version by specifying the following:
|
||||||
|
|
Loading…
Reference in a new issue