From a0bb88f91ce94db4ae2c65b81574d2ba6198aff7 Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Mon, 3 Nov 2025 18:38:27 +0000 Subject: [PATCH] Release wstd 0.6.3 [automatically-tag-and-release-this-commit] --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8025dce..decb804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ members = ["aws", resolver = "2" [workspace.package] -version = "0.6.2" +version = "0.6.3" edition = "2024" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wstd" @@ -101,10 +101,10 @@ test-programs = { path = "test-programs" } tower-service = "0.3.3" ureq = { version = "3.1", default-features = false, features = ["json"] } wasip2 = "1.0" -wstd = { path = ".", version = "=0.6.2" } -wstd-axum = { path = "./axum", version = "=0.6.2" } -wstd-axum-macro = { path = "./axum/macro", version = "=0.6.2" } -wstd-macro = { path = "./macro", version = "=0.6.2" } +wstd = { path = ".", version = "=0.6.3" } +wstd-axum = { path = "./axum", version = "=0.6.3" } +wstd-axum-macro = { path = "./axum/macro", version = "=0.6.3" } +wstd-macro = { path = "./macro", version = "=0.6.3" } [package.metadata.docs.rs] all-features = true