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.
1 parent 5f3a273 commit 08d20d7Copy full SHA for 08d20d7
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