Skip to content

Commit

Permalink
cargo: bump packages version 0.1.9->0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Dec 23, 2023
1 parent 4be7c36 commit cdd2dfa
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.9"
version = "0.1.10"
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.9"
version = "0.1.10"
license = "MIT OR Apache-2.0"
authors = ["Biagio Festa"]
description = "Implementation of the WebTransport (over HTTP3) protocol"
Expand Down Expand Up @@ -38,7 +38,7 @@ time = { version = "0.3.21", optional = true }
tokio = { version = "1.28.1", default-features = false, features = ["macros", "fs"] }
tracing = "0.1.37"
url = "2.4.0"
wtransport-proto = { version = "0.1.9", path = "../wtransport-proto", features = ["async"] }
wtransport-proto = { version = "0.1.10", path = "../wtransport-proto", features = ["async"] }
x509-parser = "0.15.1"

[dev-dependencies]
Expand Down

0 comments on commit cdd2dfa

Please sign in to comment.