summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-06-02 18:44:43 +0200
committerGitHub <noreply@github.com>2025-06-02 16:44:43 +0000
commite023db5f1dea8b0273eec0f528d6ae0fed118a65 (patch)
tree321ebc6a1ad30c27eb255ce005c5123dd56b5cfb /flake.nix
parent6164ade9cecf1f7bf475d24e0123c3664b8490a8 (diff)
Bump Rust to 1.87 in CI (#6367)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6938f6e5..1b2b3abc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
rust-manifest = {
- url = "https://static.rust-lang.org/dist/channel-rust-1.85.0.toml";
+ url = "https://static.rust-lang.org/dist/channel-rust-1.87.0.toml";
flake = false;
};
};