diff --git a/Cargo.toml b/Cargo.toml index 48935bb..0f571f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "h3x" description = "Peer-to-peer DHTTP/3 transport over QUIC" -version = "0.6.0-beta.1" +version = "0.6.0-beta.2" edition = "2024" readme = "README.md" repository = "https://github.com/genmeta/h3x" @@ -31,7 +31,7 @@ tower-service = "0.3" dhttp-identity = "0.2.0" # feature dquic -dquic = { version = "0.7.0-beta.1", optional = true } +dquic = { version = "0.7.0-beta.2", optional = true } # feature hyper http-body = { version = "1", optional = true }