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 8158a83 commit bdfc7a9Copy full SHA for bdfc7a9
Cargo.toml
@@ -47,7 +47,7 @@ members = [
47
resolver = "2"
48
49
[workspace.package]
50
-version = "0.5.4"
+version = "0.5.5"
51
edition = "2021"
52
license = "Apache-2.0 WITH LLVM-exception"
53
repository = "https://github.com/bytecodealliance/wstd"
@@ -85,7 +85,7 @@ test-programs-artifacts = { path = "test-programs/artifacts" }
85
ureq = { version = "2.12.1", default-features = false }
86
wasi = "0.14.0"
87
wstd = { path = "." }
88
-wstd-macro = { path = "macro", version = "=0.5.4" }
+wstd-macro = { path = "macro", version = "=0.5.5" }
89
90
[package.metadata.docs.rs]
91
all-features = true
0 commit comments