Skip to content

Commit 53823dc

Browse files
github-actions[bot]Auto Release Process
andauthored
Release wstd 0.6.0 (#100)
[automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <[email protected]>
1 parent 3dc9f05 commit 53823dc

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
@@ -54,7 +54,7 @@ members = [
5454
resolver = "2"
5555

5656
[workspace.package]
57-
version = "0.5.6"
57+
version = "0.6.0"
5858
edition = "2024"
5959
license = "Apache-2.0 WITH LLVM-exception"
6060
repository = "https://github.com/bytecodealliance/wstd"
@@ -97,10 +97,10 @@ test-programs = { path = "test-programs" }
9797
tower-service = "0.3.3"
9898
ureq = { version = "3.1", default-features = false, features = ["json"] }
9999
wasip2 = "1.0"
100-
wstd = { path = ".", version = "=0.5.6" }
101-
wstd-axum = { path = "./axum", version = "=0.5.6" }
102-
wstd-axum-macro = { path = "./axum/macro", version = "=0.5.6" }
103-
wstd-macro = { path = "./macro", version = "=0.5.6" }
100+
wstd = { path = ".", version = "=0.6.0" }
101+
wstd-axum = { path = "./axum", version = "=0.6.0" }
102+
wstd-axum-macro = { path = "./axum/macro", version = "=0.6.0" }
103+
wstd-macro = { path = "./macro", version = "=0.6.0" }
104104

105105
[package.metadata.docs.rs]
106106
all-features = true

0 commit comments

Comments
 (0)