Compare commits

...

2 commits

Author SHA1 Message Date
Christina Sørensen
4be508a330
merge: downgrade-rustc from #26 into main
All checks were successful
conventional commits / conventional commits (push) Successful in 9s
build / run (push) Successful in 14s
check / run (push) Successful in 48s
2024-09-08 15:17:42 +02:00
Christina Sørensen
c7da345cf4
build: use nixpkgs compatible rustc
All checks were successful
conventional commits / conventional commits (pull_request) Successful in 9s
build / run (pull_request) Successful in 7m48s
check / run (pull_request) Successful in 1m24s
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 <christina@cafkafk.com>
2024-09-08 15:04:35 +02:00

View file

@ -10,11 +10,17 @@ members = ["crates/*", "crates/workspace-hack"]
description = "Guix weather, for nix!" description = "Guix weather, for nix!"
version = "0.0.2" version = "0.0.2"
edition = "2021" edition = "2021"
rust-version = "1.81"
license = "EUPL-1.2" license = "EUPL-1.2"
authors = ["Christina Sørensen <christina@cafkafk.com>"] authors = ["Christina Sørensen <christina@cafkafk.com>"]
categories = ["command-line-utilities"] 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] [workspace.metadata.crane]
name = "nix-weather" name = "nix-weather"