aboutsummarylogtreecommitdiffstats
path: root/rust-toolchain
AgeCommit message (Collapse)Author
2024-09-22Re-enable Rust supportRaphael Nestler
2024-06-23Update to 6.9.6Raphael Nestler
2023-12-27Update to 6.6.8Raphael Nestler
2023-09-05Update to 6.5.1Raphael Nestler
2023-05-23Use Rust 1.63.0 to compile the kernelRaphael Nestler
This gives us some warnings, but allows to compile out-of-tree modules since it fixes a bug with how the target triple is defined for a custom target.json file. See https://github.com/rust-lang/rust/pull/98225
2022-12-26Define rustc version with rust-toolchainRaphael Nestler
That way rustup will automatically use the correct Rust version.