Skip to content

Commit

Permalink
cargo: bump packages version 0.3.0 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Sep 6, 2024
1 parent e6d3c23 commit cde28da
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.3.0"
version = "0.3.1"
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.3.0"
version = "0.3.1"
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.3.0", path = "../wtransport-proto", features = ["async"] }
wtransport-proto = { version = "0.3.1", path = "../wtransport-proto", features = ["async"] }
x509-parser = "0.16.0"

[dev-dependencies]
Expand Down

0 comments on commit cde28da

Please sign in to comment.