1
Fork 0

Update rustdoc-json-types FORMAT_VERSION to 45

This commit is contained in:
Guillaume Gomez 2025-04-18 20:34:56 +02:00
parent ba9a008d90
commit 076016d55a

View file

@ -30,7 +30,7 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
/// This integer is incremented with every breaking change to the API, /// This integer is incremented with every breaking change to the API,
/// and is returned along with the JSON blob as [`Crate::format_version`]. /// and is returned along with the JSON blob as [`Crate::format_version`].
/// Consuming code should assert that this value matches the format version(s) that it supports. /// Consuming code should assert that this value matches the format version(s) that it supports.
pub const FORMAT_VERSION: u32 = 44; pub const FORMAT_VERSION: u32 = 45;
/// The root of the emitted JSON blob. /// The root of the emitted JSON blob.
/// ///