Bump rustdoc-json format version
The rustdoc-json-types renames are breaking changes.
This commit is contained in:
parent
b0659f9b1b
commit
9b9bb71c59
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.collect(),
|
.collect(),
|
||||||
format_version: 4,
|
format_version: 5,
|
||||||
};
|
};
|
||||||
let mut p = self.out_path.clone();
|
let mut p = self.out_path.clone();
|
||||||
p.push(output.index.get(&output.root).unwrap().name.clone().unwrap());
|
p.push(output.index.get(&output.root).unwrap().name.clone().unwrap());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue