We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f3a273 + 08d20d7 commit 416d74bCopy full SHA for 416d74b
Cargo.toml
@@ -45,7 +45,7 @@ members = [
45
resolver = "2"
46
47
[workspace.package]
48
-version = "0.5.1"
+version = "0.5.2"
49
edition = "2021"
50
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
51
repository = "https://github.com/yoshuawuyts/wstd"
@@ -82,7 +82,7 @@ wasmtime = "26"
82
wasmtime-wasi = "26"
83
wasmtime-wasi-http = "26"
84
wstd = { path = "." }
85
-wstd-macro = { path = "macro", version = "=0.5.1" }
+wstd-macro = { path = "macro", version = "=0.5.2" }
86
87
[package.metadata.docs.rs]
88
targets = [
0 commit comments