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