Bump format version

This commit is contained in:
Rune Tynan 2021-01-21 21:18:31 -05:00
parent 811fa59db0
commit 26565f05c0
No known key found for this signature in database
GPG key ID: 7ECC932F8B2C731E

View file

@ -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());