Skip to content

Commit 55e02e6

Browse files
authored
It's actually a breaking change. (#77)
1 parent 59c2a16 commit 55e02e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web-transport-quinn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/web-transport-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.6.1"
8+
version = "0.7.0"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]

web-transport/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/web-transport-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.8.3"
8+
version = "0.9.0"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]
@@ -21,4 +21,4 @@ url = "2"
2121
web-transport-wasm = { version = "0.4.7", path = "../web-transport-wasm" }
2222

2323
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
24-
web-transport-quinn = { version = "0.6.1", path = "../web-transport-quinn" }
24+
web-transport-quinn = { version = "0.7.0", path = "../web-transport-quinn" }

0 commit comments

Comments
 (0)