Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-23 | Use Rust 1.63.0 to compile the kernel | Raphael 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-26 | Define rustc version with rust-toolchain | Raphael Nestler | |
That way rustup will automatically use the correct Rust version. |