Skip to content

Commit 24ef1a8

Browse files
committed
bump package versions to 0.5.0
1 parent da8d299 commit 24ef1a8

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
@@ -37,7 +37,7 @@ members = [
3737
resolver = "2"
3838

3939
[workspace.package]
40-
version = "0.5.0-draft2"
40+
version = "0.5.0"
4141
edition = "2021"
4242
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
4343
repository = "https://github.com/yoshuawuyts/wstd"
@@ -73,7 +73,7 @@ wasmtime = "26"
7373
wasmtime-wasi = "26"
7474
wasmtime-wasi-http = "26"
7575
wstd = { path = "." }
76-
wstd-macro = { path = "macro", version = "=0.5.0-draft2" }
76+
wstd-macro = { path = "macro", version = "=0.5.0" }
7777

7878
[package.metadata.docs.rs]
7979
targets = [

0 commit comments

Comments
 (0)