We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64aedd commit 6b6fd85Copy full SHA for 6b6fd85
1 file changed
Cargo.toml
@@ -9,7 +9,8 @@ edition.workspace = true
9
keywords = ["WebAssembly", "async", "stdlib", "Components"]
10
categories = []
11
authors = [
12
- "Yoshua Wuyts <rust@yosh.is>"
+ "Yoshua Wuyts <rust@yosh.is>",
13
+ "Pat Hickey <pat@moreproductive.org>",
14
]
15
16
[features]
@@ -36,7 +37,7 @@ members = [
36
37
resolver = "2"
38
39
[workspace.package]
-version = "0.4.0"
40
+version = "0.5.0-draft1"
41
edition = "2021"
42
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
43
repository = "https://github.com/yoshuawuyts/wstd"
0 commit comments