chore: Release

This commit is contained in:
“ramfox”
2026-01-28 11:09:42 -05:00
parent 086cf769b3
commit 349e82913a
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -1471,7 +1471,7 @@ dependencies = [
[[package]]
name = "iroh-quinn-proto"
version = "0.14.0"
version = "0.15.0"
dependencies = [
"arbitrary",
"assert_matches",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "iroh-quinn-proto"
version = "0.14.0"
version = "0.15.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
+1 -1
View File
@@ -59,7 +59,7 @@ bytes = { workspace = true }
futures-io = { workspace = true, optional = true }
rustc-hash = { workspace = true }
pin-project-lite = { workspace = true }
proto = { package = "iroh-quinn-proto", path = "../quinn-proto", version = "0.14.0", default-features = false }
proto = { package = "iroh-quinn-proto", path = "../quinn-proto", version = "0.15.0", default-features = false }
rustls = { workspace = true, optional = true }
smol = { workspace = true, optional = true }
thiserror = { workspace = true }