Skip to content

Commit

Permalink
set wasi:filesysem package version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Hickey committed Jan 24, 2024
1 parent b361cae commit bb517a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wit/preopens.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:filesystem@0.2.0-rc-2023-11-10;
package wasi:filesystem@0.2.0;

interface preopens {
use types.{descriptor};
Expand Down
2 changes: 1 addition & 1 deletion wit/types.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:filesystem@0.2.0-rc-2023-11-10;
package wasi:filesystem@0.2.0;
/// WASI filesystem is a filesystem API primarily intended to let users run WASI
/// programs that access their files on their existing filesystems, without
/// significant overhead.
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:filesystem@0.2.0-rc-2023-11-10;
package wasi:filesystem@0.2.0;

world imports {
import types;
Expand Down

0 comments on commit bb517a0

Please sign in to comment.