Skip to content

Commit 6cb800c

Browse files
committed
feat(netwatch): Allow newer quinn-udp versions
1 parent 54eaefe commit 6cb800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netwatch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures-util = "0.3"
2525
libc = "0.2.139"
2626
netdev = "0.31.0"
2727
once_cell = "1.18.0"
28-
quinn-udp = { package = "iroh-quinn-udp", version = "0.5.5" }
28+
quinn-udp = { package = "iroh-quinn-udp", version = "0.5" }
2929
socket2 = "0.5.3"
3030
thiserror = "2"
3131
time = "0.3.20"

0 commit comments

Comments
 (0)