Bump metadata version

This commit is contained in:
Jakub Beránek 2025-04-01 07:57:05 +02:00
parent 5a71da56d8
commit cb7ebf6f05
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -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`.
///