Skip to content

Commit 0ee9ee1

Browse files
committed
cargo: bump packages version 0.1.14 -> 0.2.0
1 parent 69f8a77 commit 0ee9ee1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wtransport-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wtransport-proto"
3-
version = "0.1.14"
3+
version = "0.2.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Biagio Festa"]
66
description = "Implementation of the WebTransport (over HTTP3) protocol"

wtransport/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wtransport"
3-
version = "0.1.14"
3+
version = "0.2.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Biagio Festa"]
66
description = "Implementation of the WebTransport (over HTTP3) protocol"
@@ -44,7 +44,7 @@ time = "0.3.21"
4444
tokio = { version = "1.28.1", default-features = false, features = ["macros", "fs", "io-util"] }
4545
tracing = "0.1.37"
4646
url = "2.4.0"
47-
wtransport-proto = { version = "0.1.14", path = "../wtransport-proto", features = ["async"] }
47+
wtransport-proto = { version = "0.2.0", path = "../wtransport-proto", features = ["async"] }
4848
x509-parser = "0.16.0"
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)