comparison contrib/nix/flake.nix @ 51706:541292a02e09

rust: change minimum supported version everywhere applicable This will help users and downstream packaging.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 14:25:23 +0200
parents be676c313c7b
children
comparison
equal deleted inserted replaced
51705:3876d4c6c79e 51706:541292a02e09
51 51
52 # The project uses a pinned version (rust/clippy.toml) for compiling, 52 # The project uses a pinned version (rust/clippy.toml) for compiling,
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,
60 # itself depending on old Python libraries. 60 # itself depending on old Python libraries.
61 # The formatting rules have changed in more recent versions. 61 # The formatting rules have changed in more recent versions.