Skip to content

Commit

Permalink
bumping to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
anewton1998 committed Dec 3, 2024
1 parent 1bf8df6 commit 82e33f5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.18"
version = "0.0.19"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icann/icann-rdap"
Expand Down
4 changes: 2 additions & 2 deletions icann-rdap-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ path = "src/main.rs"

[dependencies]

icann-rdap-client = { version = "0.0.18", path = "../icann-rdap-client" }
icann-rdap-common = { version = "0.0.18", path = "../icann-rdap-common" }
icann-rdap-client = { version = "0.0.19", path = "../icann-rdap-client" }
icann-rdap-common = { version = "0.0.19", path = "../icann-rdap-common" }

anyhow.workspace = true
clap.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion icann-rdap-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An RDAP client library.

[dependencies]

icann-rdap-common = { version = "0.0.18", path = "../icann-rdap-common" }
icann-rdap-common = { version = "0.0.19", path = "../icann-rdap-common" }

buildstructor.workspace = true
cidr-utils.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions icann-rdap-srv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ An RDAP Server.

[dependencies]

icann-rdap-client = { version = "0.0.18", path = "../icann-rdap-client" }
icann-rdap-common = { version = "0.0.18", path = "../icann-rdap-common" }
icann-rdap-client = { version = "0.0.19", path = "../icann-rdap-client" }
icann-rdap-common = { version = "0.0.19", path = "../icann-rdap-common" }

ab-radix-trie.workspace = true
async-trait.workspace = true
Expand Down

0 comments on commit 82e33f5

Please sign in to comment.