From 4f2690d321b88b2fb3feeca81da0c6e4087f842a Mon Sep 17 00:00:00 2001 From: Simon Shine Date: Tue, 8 Aug 2023 13:21:54 +0200 Subject: [PATCH] README, Getting Started: Update 0.13 to 0.15 in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc312f3..db4458a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Making your own project? [Submit a pull request](https://github.com/aatxe/irc/pu ## Getting Started -To start using the irc crate with cargo, you can add `irc = "0.13"` to your dependencies in +To start using the irc crate with cargo, you can add `irc = "0.15"` to your dependencies in your Cargo.toml file. The high-level API can be found in [`irc::client::prelude`][irc-prelude]. You'll find a number of examples to help you get started in `examples/`, throughout the documentation, and below.