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 4aca5b3 commit dc44e3eCopy full SHA for dc44e3e
Cargo.toml
@@ -47,7 +47,7 @@ members = [
47
resolver = "2"
48
49
[workspace.package]
50
-version = "0.5.3"
+version = "0.5.4"
51
edition = "2021"
52
license = "Apache-2.0 WITH LLVM-exception"
53
repository = "https://github.com/yoshuawuyts/wstd"
@@ -87,7 +87,7 @@ wasmtime = "26"
87
wasmtime-wasi = "26"
88
wasmtime-wasi-http = "26"
89
wstd = { path = "." }
90
-wstd-macro = { path = "macro", version = "=0.5.3" }
+wstd-macro = { path = "macro", version = "=0.5.4" }
91
92
[package.metadata.docs.rs]
93
all-features = true
0 commit comments