Skip to content

Commit 49ff84e

Browse files
switch to release quinn-udp
1 parent 7fc6d44 commit 49ff84e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

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

netwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tracing = "0.1"
3434

3535
# non-browser dependencies
3636
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
37-
quinn-udp = { package = "iroh-quinn-udp", version = "0.6", git = "https://github.com/n0-computer/quinn", branch = "main-iroh" }
37+
quinn-udp = { package = "iroh-quinn-udp", version = "0.6" }
3838
libc = "0.2.139"
3939
netdev = "0.39.0"
4040
socket2 = { version = "0.6", features = ["all"] }

0 commit comments

Comments
 (0)