diff --git a/wtransport-proto/Cargo.toml b/wtransport-proto/Cargo.toml index b73381f..f5790de 100644 --- a/wtransport-proto/Cargo.toml +++ b/wtransport-proto/Cargo.toml @@ -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" diff --git a/wtransport/Cargo.toml b/wtransport/Cargo.toml index 3670b37..647ffb5 100644 --- a/wtransport/Cargo.toml +++ b/wtransport/Cargo.toml @@ -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" @@ -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"