Skip to content

Commit 9b9bb71

Browse files
committed
Bump rustdoc-json format version
The rustdoc-json-types renames are breaking changes.
1 parent b0659f9 commit 9b9bb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/json/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
246246
)
247247
})
248248
.collect(),
249-
format_version: 4,
249+
format_version: 5,
250250
};
251251
let mut p = self.out_path.clone();
252252
p.push(output.index.get(&output.root).unwrap().name.clone().unwrap());

0 commit comments

Comments
 (0)