Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed Feb 18, 2024
1 parent acb8453 commit 4b41fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irrc"
version = "0.1.0-rc.7"
version = "0.1.0"
resolver = "2"
edition = "2021"
authors = ["Ben Maddison <[email protected]>"]
Expand All @@ -14,7 +14,7 @@ categories = ["network-programming", "database"]
[dependencies]
circular = "^0.3"
nom = "^7.0"
rpsl = "0.1"
rpsl = "^0.1"
strum = {version = "^0.26", features = ["derive"]}
thiserror = "^1.0"
tracing = {version = "^0.1", features = ["log"]}
Expand All @@ -23,6 +23,6 @@ tracing = {version = "^0.1", features = ["log"]}
generic-ip = "0.1"
paste = "^1.0"
proptest = "^1.0"
rpsl = { version = "0.1", features = ["arbitrary"] }
rpsl = { version = "^0.1", features = ["arbitrary"] }
tracing-subscriber = "^0.3"
version-sync = "^0.9"
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.7")]
#![doc(html_root_url = "https://docs.rs/irrc/0.1.0")]
// clippy lints
#![warn(clippy::pedantic)]
#![warn(clippy::cargo)]
Expand Down

0 comments on commit 4b41fa8

Please sign in to comment.