Skip to content

Commit

Permalink
cargo: bump packages versions 0.1.7 -> 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Oct 31, 2023
1 parent a25df17 commit fc212c8
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.7"
version = "0.1.8"
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.7"
version = "0.1.8"
license = "MIT OR Apache-2.0"
authors = ["Biagio Festa"]
description = "Implementation of the WebTransport (over HTTP3) protocol"
Expand All @@ -27,7 +27,7 @@ thiserror = "1.0.40"
tokio = { version = "1.28.1", default-features = false, features = ["macros", "fs"] }
tracing = "0.1.37"
url = "2.4.0"
wtransport-proto = { version = "0.1.7", path = "../wtransport-proto", features = ["async"] }
wtransport-proto = { version = "0.1.8", path = "../wtransport-proto", features = ["async"] }

[dev-dependencies]
anyhow = "1.0.71"
Expand Down

0 comments on commit fc212c8

Please sign in to comment.