diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-06-02 18:44:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-02 16:44:43 +0000 |
| commit | e023db5f1dea8b0273eec0f528d6ae0fed118a65 (patch) | |
| tree | 321ebc6a1ad30c27eb255ce005c5123dd56b5cfb /flake.nix | |
| parent | 6164ade9cecf1f7bf475d24e0123c3664b8490a8 (diff) | |
Bump Rust to 1.87 in CI (#6367)
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; }; |
