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
Copy file name to clipboardExpand all lines: COMPILING.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ curl https://sh.rustup.rs -sSf | sh
13
13
14
14
Follow any prompts it gives you to install Rust. Once that’s done, Rust's standard tools should be setup and ready to use.
15
15
16
-
*Note: The current minimum required Rust version at the time of writing is 1.40.0, you can find the current minimum version specified in the `.travis.yml` file.*
16
+
*Note: The current minimum required Rust version at the time of writing is 1.40.0, you can find the current minimum version specified in the `.github/workflow/test.yml` file.*
17
17
18
18
#### Additional Rust tools - `rustfmt`
19
19
To ensure a consistent codebase, we utilise [`rustfmt`](https://github.com/rust-lang/rustfmt), which is installed by default with `rustup` these days, else it can be installed manually with:
@@ -39,15 +39,15 @@ Depending on the chosen backend, specific development libraries are required.
39
39
40
40
*_Note this is an non-exhaustive list, open a PR to add to it!_*
0 commit comments