Skip to content

Commit 95bbcd6

Browse files
authored
Merge pull request bytecodealliance#61 from yoshuawuyts/pch/release_0_5_1
Release 0.5.1
2 parents 211a8c2 + 7938e88 commit 95bbcd6

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)