Skip to content

Commit ad489e3

Browse files
tokio-quiche: release 0.9.0
1 parent dec593c commit ad489e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ smallvec = { version = "1.10", default-features = false }
6363
task-killswitch = { version = "0.1.0", path = "./task-killswitch" }
6464
thiserror = { version = "1" }
6565
tokio = { version = "1.44", default-features = false }
66-
tokio-quiche = { version = "0.8.0", path = "./tokio-quiche" }
66+
tokio-quiche = { version = "0.9.0", path = "./tokio-quiche" }
6767
tokio-stream = { version = "0.1" }
6868
tokio-util = { version = "0.7.13" }
6969
triomphe = { version = "0.1" }

tokio-quiche/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-quiche"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
repository = { workspace = true }
55
license = { workspace = true }
66
description = "Asynchronous wrapper around quiche"

0 commit comments

Comments
 (0)