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