Skip to content

Commit

Permalink
bumping to version 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
anewton1998 committed Dec 18, 2023
1 parent 38a43f8 commit a3e7075
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
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.14"
version = "0.0.15"
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
Expand Up @@ -14,8 +14,8 @@ path = "src/main.rs"

[dependencies]

icann-rdap-client = { version = "0.0.14", path = "../icann-rdap-client" }
icann-rdap-common = { version = "0.0.14", path = "../icann-rdap-common" }
icann-rdap-client = { version = "0.0.15", path = "../icann-rdap-client" }
icann-rdap-common = { version = "0.0.15", path = "../icann-rdap-common" }

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

[dependencies]

icann-rdap-common = { version = "0.0.14", path = "../icann-rdap-common" }
icann-rdap-common = { version = "0.0.15", path = "../icann-rdap-common" }

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

[dependencies]

icann-rdap-client = { version = "0.0.14", path = "../icann-rdap-client" }
icann-rdap-common = { version = "0.0.14", path = "../icann-rdap-common" }
icann-rdap-client = { version = "0.0.15", path = "../icann-rdap-client" }
icann-rdap-common = { version = "0.0.15", path = "../icann-rdap-common" }

async-trait.workspace = true
axum.workspace = true
Expand Down

0 comments on commit a3e7075

Please sign in to comment.