Show More
@@ -53,7 +53,7 b'' | |||
|
53 | 53 | # but uses formatter features from nightly. |
|
54 | 54 | # TODO: make cargo use the formatter from nightly automatically |
|
55 | 55 | # (not supported by rustup/cargo yet? workaround?) |
|
56 |
# rustPlatform = pkgs.rust-bin.stable."1. |
|
|
56 | # rustPlatform = pkgs.rust-bin.stable."1.79.0".default; | |
|
57 | 57 | # rustPlatformFormatter = pkgs.rust-bin.nightly."2023-04-20".default; |
|
58 | 58 | |
|
59 | 59 | # The CI uses an old version of the Black code formatter, |
@@ -83,7 +83,7 b' Minimum Supported Rust Version' | |||
|
83 | 83 | ------------------------------ |
|
84 | 84 | |
|
85 | 85 | The minimum supported rust version (MSRV) is specified in the `Clippy`_ |
|
86 |
configuration file at ``rust/clippy.toml``. It is set to be ``1. |
|
|
86 | configuration file at ``rust/clippy.toml``. It is set to be ``1.79.0`` as of | |
|
87 | 87 | this writing, but keep in mind that the authoritative value is the one |
|
88 | 88 | from the configuration file. |
|
89 | 89 |
General Comments 0
You need to be logged in to leave comments.
Login now