I am working through A Minimal Rust Kernel | Writing an OS in Rust
I would like a situation where:
-
by default, I use rust-stable
-
for the crate rust_os, I use rust-nightly
Question: is there a way to modify rust_os/Cargo.toml so that for this one particular crate, it gets compiled with rust nightly?