diff --git a/Cargo.toml b/Cargo.toml index 0c8f97f..ca4d920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "dshell" description = "DShell core session, channel, and wire-format foundation" -version = "0.6.0-beta.2" +version = "0.6.0-beta.3" edition = "2024" repository = "https://github.com/genmeta/dssh" license = "Apache-2.0" [dependencies] -h3x = { version = "0.6.0-beta.2", features = [ +h3x = { version = "0.6.0-beta.4", features = [ "rpc", "serde", "webtransport",