Bump format version
This commit is contained in:
parent
811fa59db0
commit
26565f05c0
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
|
|||
)
|
||||
})
|
||||
.collect(),
|
||||
format_version: 1,
|
||||
format_version: 2,
|
||||
};
|
||||
let mut p = self.out_path.clone();
|
||||
p.push(output.index.get(&output.root).unwrap().name.clone().unwrap());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue