Fix bad ASTER_GIT_REV

This commit is contained in:
Ruihan Li 2024-06-18 09:22:25 +08:00 committed by Tate, Hongliang Tian
parent 6014ecfc0f
commit c06c1aa422

View File

@ -16,7 +16,7 @@ use quote::ToTokens;
/// and use the published version in the generated Cargo.toml.
pub const ASTER_GIT_LINK: &str = "https://github.com/asterinas/asterinas";
/// Make sure it syncs with the builder dependency in Cargo.toml.
pub const ASTER_GIT_REV: &str = "c9b66bd";
pub const ASTER_GIT_REV: &str = "ccc4e6e";
pub fn aster_crate_dep(crate_name: &str) -> String {
format!(
"{} = {{ git = \"{}\", rev = \"{}\" }}",