Skip to content

Commit 37f620d

Browse files
chore(iroh-net): fixup portmapper version
1 parent da8bd0d commit 37f620d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ once_cell = "1.18.0"
4646
parking_lot = "0.12.1"
4747
pin-project = "1"
4848
pkarr = { version = "2", default-features = false, features = ["async", "relay"] }
49-
portmapper = { path = "../net-tools/portmapper" }
49+
portmapper = { version = "0.1.0", path = "../net-tools/portmapper" }
5050
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
5151
quinn = { package = "iroh-quinn", version = "0.11.5" }
5252
quinn-proto = { package = "iroh-quinn-proto", version = "0.11.8" }

0 commit comments

Comments
 (0)