Skip to content

Commit

Permalink
Fix CI that requires compiler 1.67 or newer.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 5, 2023
1 parent 0286b69 commit 666aa6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 1.64.0
- 1.67.0
- stable
- nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion examples/wasi_ssr_module/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/target
Cargo.toml
Cargo.lock
2 changes: 2 additions & 0 deletions examples/wasi_ssr_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This example demonstrates how to use the WASI target to run a simple server-side

It depends on [wasmtime](https://wasmtime.dev)'s WASI preview2.

> It requires Rust 1.67 or newer.
## Building

To build the example, run the following command from the root of the repository:
Expand Down

0 comments on commit 666aa6a

Please sign in to comment.