We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FORMAT_VERSION
1 parent ba9a008 commit 076016dCopy full SHA for 076016d
src/rustdoc-json-types/lib.rs
@@ -30,7 +30,7 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
30
/// This integer is incremented with every breaking change to the API,
31
/// and is returned along with the JSON blob as [`Crate::format_version`].
32
/// Consuming code should assert that this value matches the format version(s) that it supports.
33
-pub const FORMAT_VERSION: u32 = 44;
+pub const FORMAT_VERSION: u32 = 45;
34
35
/// The root of the emitted JSON blob.
36
///
0 commit comments