Skip to content

Commit

Permalink
set package version to 0.2.0-rc-2023-11-10
Browse files Browse the repository at this point in the history
and put a `package` statement at the top of every wit, instead of just
world.wit.
  • Loading branch information
Pat Hickey committed Nov 10, 2023
1 parent 1094cf3 commit 9e4e620
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions wit/insecure-seed.wit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package wasi:random@0.2.0-rc-2023-11-10;
/// The insecure-seed interface for seeding hash-map DoS resistance.
///
/// It is intended to be portable at least between Unix-family platforms and
Expand Down
1 change: 1 addition & 0 deletions wit/insecure.wit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package wasi:random@0.2.0-rc-2023-11-10;
/// The insecure interface for insecure pseudo-random numbers.
///
/// It is intended to be portable at least between Unix-family platforms and
Expand Down
1 change: 1 addition & 0 deletions wit/random.wit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package wasi:random@0.2.0-rc-2023-11-10;
/// WASI Random is a random data API.
///
/// It is intended to be portable at least between Unix-family platforms and
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:random;
package wasi:random@0.2.0-rc-2023-11-10;

world imports {
import random;
Expand Down

0 comments on commit 9e4e620

Please sign in to comment.