Skip to content

Commit 076016d

Browse files
Update rustdoc-json-types FORMAT_VERSION to 45
1 parent ba9a008 commit 076016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rustdoc-json-types/lib.rs

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

3535
/// The root of the emitted JSON blob.
3636
///

0 commit comments

Comments
 (0)