Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed Aug 28, 2021
1 parent c6714c3 commit a456d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irrc"
version = "0.1.0-rc.1"
version = "0.1.0-rc.2"
edition = "2018"
authors = ["Ben Maddison <[email protected]>"]
description = "A client library for the IRRd query protocol"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a456d0d

Please sign in to comment.