From c7da345cf448cd1a05399b44d0b3d4e88ccb212f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 8 Sep 2024 15:04:35 +0200 Subject: [PATCH] build: use nixpkgs compatible rustc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep this on anything that isn't EOL, we'll be nice to nixpkgs as long as they don't literally actually unironically lock all our deps for us or go on EOL rustc >_> ...also if we wanna play with bench we can probably cfg gate that :p Closes: #25 Signed-off-by: Christina Sørensen --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6bab5a..312159a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,17 @@ members = ["crates/*", "crates/workspace-hack"] description = "Guix weather, for nix!" version = "0.0.2" edition = "2021" -rust-version = "1.81" license = "EUPL-1.2" authors = ["Christina Sørensen "] categories = ["command-line-utilities"] +# Keep this on anything that isn't EOL, we'll be nice to nixpkgs as long as +# they don't literally actually unironically lock all our deps for us or go on +# EOL rustc >_> +# +# ...also if we wanna play with bench we can probably cfg gate that :p +rust-version = "1.80.1" + [workspace.metadata.crane] name = "nix-weather" -- 2.46.0