Skip to content

Commit 21434fa

Browse files
github-actions[bot]Auto Release Process
andauthored
Release wstd 0.6.5 (#119)
[automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>
1 parent 67939b3 commit 21434fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ members = ["aws",
5353
resolver = "2"
5454

5555
[workspace.package]
56-
version = "0.6.4"
56+
version = "0.6.5"
5757
edition = "2024"
5858
license = "Apache-2.0 WITH LLVM-exception"
5959
repository = "https://github.com/bytecodealliance/wstd"
@@ -100,10 +100,10 @@ test-programs = { path = "test-programs" }
100100
tower-service = "0.3.3"
101101
ureq = { version = "3.1", default-features = false, features = ["json"] }
102102
wasip2 = "1.0"
103-
wstd = { path = ".", version = "=0.6.4" }
104-
wstd-axum = { path = "./axum", version = "=0.6.4" }
105-
wstd-axum-macro = { path = "./axum/macro", version = "=0.6.4" }
106-
wstd-macro = { path = "./macro", version = "=0.6.4" }
103+
wstd = { path = ".", version = "=0.6.5" }
104+
wstd-axum = { path = "./axum", version = "=0.6.5" }
105+
wstd-axum-macro = { path = "./axum/macro", version = "=0.6.5" }
106+
wstd-macro = { path = "./macro", version = "=0.6.5" }
107107

108108
[package.metadata.docs.rs]
109109
all-features = true

0 commit comments

Comments
 (0)