pub const MINIMUM_NIGHTLY_RUST_VERSION: &str = "nightly-2023-08-25";
Expand description

This constant defines the minimum version of nightly that is required in order for the rustdoc JSON output to be parsable by this library. Note that this library is implemented with stable Rust. But the rustdoc JSON that this library parses can currently only be produced by nightly.

The rustdoc JSON format is still changing, so every now and then we update this library to support the latest format. If you use this version of nightly or later, you should be fine.