From 8731c59b711f7e8f560cde00d36c362b768fb97d Mon Sep 17 00:00:00 2001 From: eareimu Date: Thu, 25 Jun 2026 17:44:26 +0800 Subject: [PATCH] chore: prepare dshell 0.5.0 release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 96e5ae7..33cdbb3 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.4.0" +version = "0.5.0" edition = "2024" repository = "https://github.com/genmeta/dssh" license = "Apache-2.0" [dependencies] -h3x = { version = "0.4.0", features = [ +h3x = { version = "0.5.0", features = [ "rpc", "serde", "webtransport",