mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-13 10:29:16 +00:00
Bump metadata version
This commit is contained in:
parent
5a71da56d8
commit
cb7ebf6f05
@ -56,7 +56,7 @@ pub(crate) fn rustc_version(cfg_version: &'static str) -> String {
|
||||
/// Metadata encoding version.
|
||||
/// N.B., increment this if you change the format of metadata such that
|
||||
/// the rustc version can't be found to compare with `rustc_version()`.
|
||||
const METADATA_VERSION: u8 = 9;
|
||||
const METADATA_VERSION: u8 = 10;
|
||||
|
||||
/// Metadata header which includes `METADATA_VERSION`.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user