Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed May 14, 2023
1 parent c1f92d8 commit 8256f0d
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.4"
version = "0.1.0-rc.5"
resolver = "2"
edition = "2021"
authors = ["Ben Maddison <[email protected]>"]
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.4")]
#![doc(html_root_url = "https://docs.rs/irrc/0.1.0-rc.5")]
// clippy lints
#![warn(clippy::pedantic)]
#![warn(clippy::cargo)]
Expand Down

0 comments on commit 8256f0d

Please sign in to comment.