Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed Feb 3, 2024
1 parent 7471b66 commit a8108a8
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 = "rpsl"
version = "0.1.0-rc.2"
version = "0.1.0"
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 @@ -45,7 +45,7 @@
#![warn(variant_size_differences)]
// docs.rs build config
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc(html_root_url = "https://docs.rs/rpsl/0.1.0-rc.2")]
#![doc(html_root_url = "https://docs.rs/rpsl/0.1.0")]

// silence unused dev-dependency warnings
#[cfg(test)]
Expand Down

0 comments on commit a8108a8

Please sign in to comment.