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 0bbf0b7 commit e9549d7Copy full SHA for e9549d7
Cargo.toml
@@ -34,7 +34,7 @@ members = [
34
resolver = "2"
35
36
[workspace.package]
37
-version = "0.5.0-draft1"
+version = "0.5.0-draft2"
38
edition = "2021"
39
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
40
repository = "https://github.com/yoshuawuyts/wstd"
@@ -65,4 +65,4 @@ wasmtime = "26"
65
wasmtime-wasi = "26"
66
wasmtime-wasi-http = "26"
67
wstd = { path = "." }
68
-wstd-macro = { path = "macro", version = "=0.5.0-draft1" }
+wstd-macro = { path = "macro", version = "=0.5.0-draft2" }
0 commit comments