Skip to content

Commit

Permalink
chore(*): re-version to 0.2.0-draft (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
  • Loading branch information
Mossaka authored Feb 21, 2024
1 parent 402ba60 commit 3eec0f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/checkout@v2
- uses: WebAssembly/wit-abi-up-to-date@v17
with:
wit-bindgen: '0.17.0'
wit-bindgen: '0.18.0'
worlds: 'imports'
4 changes: 2 additions & 2 deletions imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<ul>
<li>Imports:
<ul>
<li>interface <a href="#wasi:config_runtime_0.1.0"><code>wasi:config/runtime@0.1.0</code></a></li>
<li>interface <a href="#wasi:config_runtime_0.2.0_draft"><code>wasi:config/runtime@0.2.0-draft</code></a></li>
</ul>
</li>
</ul>
<h2><a name="wasi:config_runtime_0.1.0"></a>Import interface wasi:config/runtime@0.1.0</h2>
<h2><a name="wasi:config_runtime_0.2.0_draft"></a>Import interface wasi:config/runtime@0.2.0-draft</h2>
<hr />
<h3>Types</h3>
<h4><a name="config_error"></a><code>variant config-error</code></h4>
Expand Down
2 changes: 1 addition & 1 deletion wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:config@0.1.0;
package wasi:config@0.2.0-draft;

world imports {
/// The runtime interface for config
Expand Down

0 comments on commit 3eec0f5

Please sign in to comment.