##// END OF EJS Templates
rust: change minimum supported version everywhere applicable...
Raphaël Gomès -
r52599:541292a0 default
parent child Browse files
Show More
@@ -53,7 +53,7 b''
53 # but uses formatter features from nightly.
53 # but uses formatter features from nightly.
54 # TODO: make cargo use the formatter from nightly automatically
54 # TODO: make cargo use the formatter from nightly automatically
55 # (not supported by rustup/cargo yet? workaround?)
55 # (not supported by rustup/cargo yet? workaround?)
56 # rustPlatform = pkgs.rust-bin.stable."1.61.0".default;
56 # rustPlatform = pkgs.rust-bin.stable."1.79.0".default;
57 # rustPlatformFormatter = pkgs.rust-bin.nightly."2023-04-20".default;
57 # rustPlatformFormatter = pkgs.rust-bin.nightly."2023-04-20".default;
58
58
59 # The CI uses an old version of the Black code formatter,
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 The minimum supported rust version (MSRV) is specified in the `Clippy`_
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.61.0`` as of
86 configuration file at ``rust/clippy.toml``. It is set to be ``1.79.0`` as of
87 this writing, but keep in mind that the authoritative value is the one
87 this writing, but keep in mind that the authoritative value is the one
88 from the configuration file.
88 from the configuration file.
89
89
@@ -1,1 +1,1 b''
1 msrv = "1.61.0"
1 msrv = "1.79.0"
General Comments 0
You need to be logged in to leave comments. Login now