@cryptotaxi247 / infra-1 / commits / 0fac0cea

staging-hydra: update queue-runner to rust 1.91

1.88 is not available on 25.11.

Martin Weinelt committed Nov 26, 2025 at 19:26 UTC 0fac0ceaf2f552dbdc2003b0c2d8189ca09adf56
1 file changed +3 -3
non-critical-infra/packages/hydra-queue-runner/default.nix
+3 -3
@@ -1,5 +1,5 @@
1 {
2 - rustPackages_1_88,
2 + rustPackages_1_91,
3 fetchFromGitHub,
4 pkg-config,
5 openssl,
@@ -46,7 +46,7 @@ let
46 };
47 in
48 {
49 - runner = rustPackages_1_88.rustPlatform.buildRustPackage {
49 + runner = rustPackages_1_91.rustPlatform.buildRustPackage {
50 pname = "hydra-queue-runner";
51 inherit version src;
52 __structuredAttrs = true;
@@ -72,7 +72,7 @@ in
72 };
73 };
74
75 - builder = rustPackages_1_88.rustPlatform.buildRustPackage {
75 + builder = rustPackages_1_91.rustPlatform.buildRustPackage {
76 pname = "hydra-queue-builder";
77 inherit src version;
78 __structuredAttrs = true;