Skip to content

Commit e9549d7

Browse files
committed
bump version to 0.5.0-draft2
1 parent 0bbf0b7 commit e9549d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ members = [
3434
resolver = "2"
3535

3636
[workspace.package]
37-
version = "0.5.0-draft1"
37+
version = "0.5.0-draft2"
3838
edition = "2021"
3939
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
4040
repository = "https://github.com/yoshuawuyts/wstd"
@@ -65,4 +65,4 @@ wasmtime = "26"
6565
wasmtime-wasi = "26"
6666
wasmtime-wasi-http = "26"
6767
wstd = { path = "." }
68-
wstd-macro = { path = "macro", version = "=0.5.0-draft1" }
68+
wstd-macro = { path = "macro", version = "=0.5.0-draft2" }

0 commit comments

Comments
 (0)