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 211a8c2 + 7938e88 commit 95bbcd6Copy full SHA for 95bbcd6
Cargo.toml
@@ -38,7 +38,7 @@ members = [
38
resolver = "2"
39
40
[workspace.package]
41
-version = "0.5.0"
+version = "0.5.1"
42
edition = "2021"
43
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
44
repository = "https://github.com/yoshuawuyts/wstd"
@@ -74,7 +74,7 @@ wasmtime = "26"
74
wasmtime-wasi = "26"
75
wasmtime-wasi-http = "26"
76
wstd = { path = "." }
77
-wstd-macro = { path = "macro", version = "=0.5.0" }
+wstd-macro = { path = "macro", version = "=0.5.1" }
78
79
[package.metadata.docs.rs]
80
targets = [
0 commit comments