We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustdoc-json-types
1 parent 7835e79 commit 3119a2bCopy full SHA for 3119a2b
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 = 45;
+pub const FORMAT_VERSION: u32 = 46;
34
35
/// The root of the emitted JSON blob.
36
///
0 commit comments