Skip to content

Commit

Permalink
Bump format version
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Jan 22, 2021
1 parent 811fa59 commit 26565f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/json/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 26565f0

Please sign in to comment.