mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 19:48:19 +00:00
chore: Release
This commit is contained in:
Generated
+1
-1
@@ -1471,7 +1471,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "iroh-quinn-proto"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"assert_matches",
|
||||
|
||||
@@ -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
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user