Skip to content
/ rust Public
forked from rust-lang/rust

Commit cb7ebf6

Browse files
committed
Bump metadata version
1 parent 5a71da5 commit cb7ebf6

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_metadata/src/rmeta

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/rmeta/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub(crate) fn rustc_version(cfg_version: &'static str) -> String {
5656
/// Metadata encoding version.
5757
/// N.B., increment this if you change the format of metadata such that
5858
/// the rustc version can't be found to compare with `rustc_version()`.
59-
const METADATA_VERSION: u8 = 9;
59+
const METADATA_VERSION: u8 = 10;
6060

6161
/// Metadata header which includes `METADATA_VERSION`.
6262
///

0 commit comments

Comments
 (0)