Can I tell docs.rs to build my crate using stable Rust?

⚓ Rust    📅 2026-01-15    👤 surdeus    👁️ 11      

surdeus

Warning

This post was published 47 days ago. The information described in this article may have changed.

Recent 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

Read full topic

🏷️ Rust_feed