Add Rust toolchain as documentation dependency in CONTRIBUTING.md (#4733)

This commit is contained in:
Charlie Marsh 2023-05-30 13:39:45 -04:00 committed by GitHub
parent f9b3f10456
commit 04a95cb9ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,6 +215,8 @@ Finally, regenerate the documentation and generated code with `cargo dev generat
To preview any changes to the documentation locally:
1. Install the [Rust toolchain](https://www.rust-lang.org/tools/install).
1. Install MkDocs and Material for MkDocs with:
```shell