Skip to content

Commit

Permalink
add rust-toolchain.toml per dependency on nightly (bytecodealliance#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice authored Oct 19, 2023
1 parent 2bb2633 commit ed8424a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Using WASI Virt, those specific file paths can be mounted and virtualized into t

## Basic Usage

Make sure to run Cargo nightly (`rustup default nightly`).
Note: This project requires [Cargo nightly](./rust-toolchain.toml).

Then:

Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"

0 comments on commit ed8424a

Please sign in to comment.