Can I tell docs.rs to build my crate using stable Rust?
⚓ Rust 📅 2026-01-15 👤 surdeus 👁️ 1Recent changes introduced bugs into the nightly version of rustc, which prevented my crate from being built on docs.rs.
Although the bugs were patched within a few days, I still had to manually trigger a rebuild on docs.rs, which was somewhat frustrating.
I wonder if there is a way to configure docs.rs to build my crate using the stable version of Rust instead of nightly?
2 posts - 2 participants
🏷️ Rust_feed