Skip to content

Commit 2700631

Browse files
committed
fix version
1 parent 2fbf749 commit 2700631

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/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)