From 8af346c694d496a14d42bd28f5fb89d3e6e6ad6b Mon Sep 17 00:00:00 2001 From: eareimu Date: Thu, 16 Jul 2026 15:06:39 +0800 Subject: [PATCH] chore: prepare dshell v0.6.0-beta.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",