Skip to content

Commit 6b6fd85

Browse files
committed
bump version to 0.5.0-draft1
and add myself to authors
1 parent d64aedd commit 6b6fd85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ edition.workspace = true
99
keywords = ["WebAssembly", "async", "stdlib", "Components"]
1010
categories = []
1111
authors = [
12-
"Yoshua Wuyts <[email protected]>"
12+
"Yoshua Wuyts <[email protected]>",
13+
"Pat Hickey <[email protected]>",
1314
]
1415

1516
[features]
@@ -36,7 +37,7 @@ members = [
3637
resolver = "2"
3738

3839
[workspace.package]
39-
version = "0.4.0"
40+
version = "0.5.0-draft1"
4041
edition = "2021"
4142
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
4243
repository = "https://github.com/yoshuawuyts/wstd"

0 commit comments

Comments
 (0)