diff --git a/Cargo.toml b/Cargo.toml index bf41f63..fa68f45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.5.5" +version = "0.5.6" edition = "2021" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wstd" @@ -85,7 +85,7 @@ test-programs-artifacts = { path = "test-programs/artifacts" } ureq = { version = "2.12.1", default-features = false } wasip2 = "1.0" wstd = { path = "." } -wstd-macro = { path = "macro", version = "=0.5.5" } +wstd-macro = { path = "macro", version = "=0.5.6" } [package.metadata.docs.rs] all-features = true