Bump metadata version
This commit is contained in:
parent
5a71da56d8
commit
cb7ebf6f05
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pub(crate) fn rustc_version(cfg_version: &'static str) -> String {
|
||||||
/// Metadata encoding version.
|
/// Metadata encoding version.
|
||||||
/// N.B., increment this if you change the format of metadata such that
|
/// 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()`.
|
/// 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`.
|
/// Metadata header which includes `METADATA_VERSION`.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue