From 7564d314947632535a22373bac0115f9e7154f55 Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Thu, 23 Oct 2025 18:19:31 +0000 Subject: [PATCH] Release wstd 0.6.1 [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 9417066..f066963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.6.0" +version = "0.6.1" edition = "2024" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wstd" @@ -95,10 +95,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.0" } -wstd-axum = { path = "./axum", version = "=0.6.0" } -wstd-axum-macro = { path = "./axum/macro", version = "=0.6.0" } -wstd-macro = { path = "./macro", version = "=0.6.0" } +wstd = { path = ".", version = "=0.6.1" } +wstd-axum = { path = "./axum", version = "=0.6.1" } +wstd-axum-macro = { path = "./axum/macro", version = "=0.6.1" } +wstd-macro = { path = "./macro", version = "=0.6.1" } [package.metadata.docs.rs] all-features = true