chore(rust): upgrade to 1.86.0

This commit is contained in:
Daniel Lundin 2025-03-31 20:52:25 +02:00
parent 64c971e68e
commit e42e924ce6
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 22 additions and 22 deletions

View file

@ -26,7 +26,7 @@
flake-utils.lib.eachDefaultSystem (
system:
let
rustVersion = "1.83.0";
rustVersion = "1.86.0";
target = "x86_64-unknown-linux-musl";
isStatic = true;