Skip to content

Commit aeff2dd

Browse files
committed
Update witx to 0.9
See WebAssembly/WASI#395
1 parent 7c3699c commit aeff2dd

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "witx-docgen"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Frank Denis <[email protected]>"]
55
edition = "2018"
66
keywords = ["webassembly", "wasm", "witx", "doc"]
@@ -12,4 +12,4 @@ description = "CLI tool to generate documentation from a WITX file."
1212

1313
[dependencies]
1414
clap = "2"
15-
witx = "0.8.7"
15+
witx = "0.9.0"

0 commit comments

Comments
 (0)