update rust

master
Fabien Freling 2023-02-20 00:13:54 +01:00
parent a9dc55e975
commit 2c1aa7649d
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
just
cargo
rustup
rust-analyzer
];
};
};

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.56.1"
channel = "1.67.1"
components = [ "rustfmt", "clippy" ]