Skip to content

Commit

Permalink
cargo: bump packages version 0.1.13 -> 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Aug 2, 2024
1 parent 2a5b37e commit b6e2653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wtransport-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wtransport-proto"
version = "0.1.13"
version = "0.1.14"
license = "MIT OR Apache-2.0"
authors = ["Biagio Festa"]
description = "Implementation of the WebTransport (over HTTP3) protocol"
Expand Down
4 changes: 2 additions & 2 deletions wtransport/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wtransport"
version = "0.1.13"
version = "0.1.14"
license = "MIT OR Apache-2.0"
authors = ["Biagio Festa"]
description = "Implementation of the WebTransport (over HTTP3) protocol"
Expand Down Expand Up @@ -44,7 +44,7 @@ time = "0.3.21"
tokio = { version = "1.28.1", default-features = false, features = ["macros", "fs", "io-util"] }
tracing = "0.1.37"
url = "2.4.0"
wtransport-proto = { version = "0.1.13", path = "../wtransport-proto", features = ["async"] }
wtransport-proto = { version = "0.1.14", path = "../wtransport-proto", features = ["async"] }
x509-parser = "0.16.0"

[dev-dependencies]
Expand Down

0 comments on commit b6e2653

Please sign in to comment.