From a24e96349a19e6d14a76870856b9871dcbe675ad Mon Sep 17 00:00:00 2001 From: metah3m Date: Mon, 10 Aug 2026 00:20:44 +0800 Subject: [PATCH] chore(release): prepare dshell 0.6.1-beta.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",