Skip to content

Commit d74cab6

Browse files
chore(release): v0.4.0
1 parent 33d5e98 commit d74cab6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.3.1"
10+
version = "0.4.0"
1111
edition = "2021"
1212
authors = ["casablanque-code"]
1313
license = "MIT"

gai-probe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["dns", "systemd-resolved", "mdns", "getaddrinfo", "networking"]
1212
categories = ["network-programming"]
1313

1414
[dependencies]
15-
gai-core = { path = "../gai-core", version = "0.3.1" }
15+
gai-core = { path = "../gai-core", version = "0.4.0" }
1616
thiserror.workspace = true
1717
anyhow.workspace = true
1818
# hickory-resolver: does raw DNS queries against a *given* server, bypassing

gai/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ name = "gai"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
gai-core = { path = "../gai-core", version = "0.3.1" }
20-
gai-probe = { path = "../gai-probe", version = "0.3.1" }
19+
gai-core = { path = "../gai-core", version = "0.4.0" }
20+
gai-probe = { path = "../gai-probe", version = "0.4.0" }
2121
anyhow.workspace = true
2222
clap.workspace = true
2323

0 commit comments

Comments
 (0)