From e1b40653538e276cce67c2bf96b1b0355b92f433 Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Thu, 16 Oct 2025 21:46:02 +0200 Subject: [PATCH] =?UTF-8?q?workspace/rust:=201.88=20=E2=86=92=201.90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The update to `flake.lock` is a simple nix flake update rust-overlay to be able to reach 1.90. --- flake.lock | 6 +++--- rust-toolchain.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 0395b559..df81042c 100644 --- a/flake.lock +++ b/flake.lock @@ -161,11 +161,11 @@ ] }, "locked": { - "lastModified": 1753325142, - "narHash": "sha256-7A8epLZ/LW9tek4OJY4IHesH7BgfBKr3aEm9JjUwqQo=", + "lastModified": 1760582142, + "narHash": "sha256-RSLRjAoS75szOc9fFzRi9/jzPbYsiqPISSLZTloaKtM=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "cf608fb54d8854f31d7f7c499e2d2c928af48036", + "rev": "9ea094253b9389ba7dd4f18637f66b5824276d1d", "type": "github" }, "original": { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7f2259cb..547da220 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.88" +channel = "1.90" profile = "default" components = [ "rust-src" ]