diff --git a/Cargo.toml b/Cargo.toml index f36b5fb..0c8f97f 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.1" +version = "0.6.0-beta.2" edition = "2024" repository = "https://github.com/genmeta/dssh" license = "Apache-2.0" [dependencies] -h3x = { version = "0.6.0-beta.1", features = [ +h3x = { version = "0.6.0-beta.2", features = [ "rpc", "serde", "webtransport",