workspace/rust: 1.88 → 1.90

The update to `flake.lock` is a simple

    nix flake update rust-overlay

to be able to reach 1.90.
This commit is contained in:
Lorenz Leutgeb 2025-10-16 21:46:02 +02:00
parent 0dd2f3f407
commit e1b4065353
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -161,11 +161,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753325142, "lastModified": 1760582142,
"narHash": "sha256-7A8epLZ/LW9tek4OJY4IHesH7BgfBKr3aEm9JjUwqQo=", "narHash": "sha256-RSLRjAoS75szOc9fFzRi9/jzPbYsiqPISSLZTloaKtM=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "cf608fb54d8854f31d7f7c499e2d2c928af48036", "rev": "9ea094253b9389ba7dd4f18637f66b5824276d1d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,4 +1,4 @@
[toolchain] [toolchain]
channel = "1.88" channel = "1.90"
profile = "default" profile = "default"
components = [ "rust-src" ] components = [ "rust-src" ]