Skip to content

Commit 706922e

Browse files
committed
bumping to v0.0.18
1 parent 94527ae commit 706922e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.0.17"
11+
version = "0.0.18"
1212
edition = "2021"
1313
license = "MIT OR Apache-2.0"
1414
repository = "https://github.com/icann/icann-rdap"

icann-rdap-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ path = "src/main.rs"
1414

1515
[dependencies]
1616

17-
icann-rdap-client = { version = "0.0.17", path = "../icann-rdap-client" }
18-
icann-rdap-common = { version = "0.0.17", path = "../icann-rdap-common" }
17+
icann-rdap-client = { version = "0.0.18", path = "../icann-rdap-client" }
18+
icann-rdap-common = { version = "0.0.18", path = "../icann-rdap-common" }
1919

2020
anyhow.workspace = true
2121
clap.workspace = true

icann-rdap-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An RDAP client library.
1010

1111
[dependencies]
1212

13-
icann-rdap-common = { version = "0.0.17", path = "../icann-rdap-common" }
13+
icann-rdap-common = { version = "0.0.18", path = "../icann-rdap-common" }
1414

1515
buildstructor.workspace = true
1616
cidr-utils.workspace = true

icann-rdap-srv/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ An RDAP Server.
1010

1111
[dependencies]
1212

13-
icann-rdap-client = { version = "0.0.17", path = "../icann-rdap-client" }
14-
icann-rdap-common = { version = "0.0.17", path = "../icann-rdap-common" }
13+
icann-rdap-client = { version = "0.0.18", path = "../icann-rdap-client" }
14+
icann-rdap-common = { version = "0.0.18", path = "../icann-rdap-common" }
1515

1616
ab-radix-trie.workspace = true
1717
async-trait.workspace = true

0 commit comments

Comments
 (0)