Skip to content

Commit 946194d

Browse files
committed
fix version
1 parent 2fbf749 commit 946194d

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -80,7 +80,7 @@ libp2p-autonat = { version = "0.14.1", path = "protocols/autonat" }
8080
libp2p-connection-limits = { version = "0.5.1", path = "misc/connection-limits" }
8181
libp2p-core = { version = "0.43.1", path = "core" }
8282
libp2p-dcutr = { version = "0.13.0", path = "protocols/dcutr" }
83-
libp2p-dns = { version = "0.45.0", path = "transports/dns" }
83+
libp2p-dns = { version = "0.44.0", path = "transports/dns" }
8484
libp2p-floodsub = { version = "0.46.1", path = "protocols/floodsub" }
8585
libp2p-gossipsub = { version = "0.49.0", path = "protocols/gossipsub" }
8686
libp2p-identify = { version = "0.47.0", path = "protocols/identify" }

transports/dns/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
## 0.45.0
1+
## 0.44.0
22

33
- Removed `async_std` module [PR 5959](https://github.com/libp2p/rust-libp2p/pull/5959)
44

5-
## 0.44.0
6-
7-
- Report all transport errors in a dial attempt instead of only returning the last error.
5+
- Report all transport errors in a dial attempt instead of only returning the last error.
86
See [PR 5899](https://github.com/libp2p/rust-libp2p/pull/5899).
9-
7+
108
## 0.43.0
119

1210
- Upgrade `async-std-resolver` and `hickory-resolver`.

transports/dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-dns"
33
edition.workspace = true
44
rust-version = { workspace = true }
55
description = "DNS transport implementation for libp2p"
6-
version = "0.45.0"
6+
version = "0.44.0"
77
authors = ["Parity Technologies <admin@parity.io>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)