Skip to content

Commit 416d74b

Browse files
authored
Merge pull request #64 from yoshuawuyts/pch/release_0_5_2
bump versions to 0.5.2
2 parents 5f3a273 + 08d20d7 commit 416d74b

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
@@ -45,7 +45,7 @@ members = [
4545
resolver = "2"
4646

4747
[workspace.package]
48-
version = "0.5.1"
48+
version = "0.5.2"
4949
edition = "2021"
5050
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
5151
repository = "https://github.com/yoshuawuyts/wstd"
@@ -82,7 +82,7 @@ wasmtime = "26"
8282
wasmtime-wasi = "26"
8383
wasmtime-wasi-http = "26"
8484
wstd = { path = "." }
85-
wstd-macro = { path = "macro", version = "=0.5.1" }
85+
wstd-macro = { path = "macro", version = "=0.5.2" }
8686

8787
[package.metadata.docs.rs]
8888
targets = [

0 commit comments

Comments
 (0)