Skip to content

Commit 7938e88

Browse files
committed
set versions to 0.5.1
the wstd-macro package doesn't need to be bumped, but we are versioning the workspace and its got an = constraint, so its harmless enough to release both
1 parent 3981ca6 commit 7938e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ members = [
3838
resolver = "2"
3939

4040
[workspace.package]
41-
version = "0.5.0"
41+
version = "0.5.1"
4242
edition = "2021"
4343
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
4444
repository = "https://github.com/yoshuawuyts/wstd"
@@ -74,7 +74,7 @@ wasmtime = "26"
7474
wasmtime-wasi = "26"
7575
wasmtime-wasi-http = "26"
7676
wstd = { path = "." }
77-
wstd-macro = { path = "macro", version = "=0.5.0" }
77+
wstd-macro = { path = "macro", version = "=0.5.1" }
7878

7979
[package.metadata.docs.rs]
8080
targets = [

0 commit comments

Comments
 (0)