You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes some outdated Rust versions mentioned in README.
* We no longer mention a specific Rust version in README. Instead, it
provides links to where we define the versions.
* Add an MSRV badge.
@@ -20,7 +21,8 @@ We maintain an up to date list of the prerequisite for building MMTk and its bin
20
21
21
22
## Build
22
23
23
-
MMTk can build with a stable Rust toolchain. The minimal supported Rust version is 1.61.0, and MMTk is tested with 1.66.1.
24
+
MMTk can build with a stable Rust toolchain. We pin to a specific Rust version using [the `rust-toolchain` file](rust-toolchain), and we specify the minimal supported Rust
0 commit comments