From a456d0d6a15bd71f94ffec0fc9904651bb477d56 Mon Sep 17 00:00:00 2001 From: Ben Maddison Date: Sat, 28 Aug 2021 02:16:36 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eeab11d..b4d9751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irrc" -version = "0.1.0-rc.1" +version = "0.1.0-rc.2" edition = "2018" authors = ["Ben Maddison "] description = "A client library for the IRRd query protocol" diff --git a/src/lib.rs b/src/lib.rs index 8864356..5380afa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,7 +35,7 @@ //! ``` //! //! [irrd]: https://irrd.readthedocs.io/en/stable/users/queries/#irrd-style-queries -#![doc(html_root_url = "https://docs.rs/irrc/0.1.0-rc.1")] +#![doc(html_root_url = "https://docs.rs/irrc/0.1.0-rc.2")] #![warn(missing_docs)] mod client;