Skip to content

Commit

Permalink
Cranelift is the same as Wasmtime's MSRV now, more words too
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 31, 2023
1 parent 5fa63be commit 46c728b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/contributing-coding-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ your editor.

### Minimum Supported `rustc` Version

Wasmtime supports the latest three stable releases of Rust.

Cranelift supports stable Rust, and follows the [Rust Update Policy for
Firefox].
Wasmtime and Cranelift supports the latest three stable releases of Rust. This

This comment has been minimized.

Copy link
@cfallin

cfallin Aug 31, 2023

Member

s/supports/support/ (sorry for grammar nitpick!)

means that if the latest version of Rust is 1.72.0 then Wasmtime supports Rust
1.70.0, 1.71.0, and 1.72.0. CI will test by default with 1.72.0 and there will
be one job running the full test suite on Linux x86\_64 on 1.70.0.

Some of the CI jobs depend on nightly Rust, for example to run rustdoc with
nightly features, however these use pinned versions in CI that are updated
periodically and the general repository does not depend on nightly features.

Updating Wasmtime's MSRV is done by editing the `rust-version` field in the
workspace root's `Cargo.toml`

[Rust Update Policy for Firefox]: https://wiki.mozilla.org/Rust_Update_Policy_for_Firefox#Schedule

0 comments on commit 46c728b

Please sign in to comment.