mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Fix bad ASTER_GIT_REV
This commit is contained in:
parent
6014ecfc0f
commit
c06c1aa422
@ -16,7 +16,7 @@ use quote::ToTokens;
|
|||||||
/// and use the published version in the generated Cargo.toml.
|
/// and use the published version in the generated Cargo.toml.
|
||||||
pub const ASTER_GIT_LINK: &str = "https://github.com/asterinas/asterinas";
|
pub const ASTER_GIT_LINK: &str = "https://github.com/asterinas/asterinas";
|
||||||
/// Make sure it syncs with the builder dependency in Cargo.toml.
|
/// 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 {
|
pub fn aster_crate_dep(crate_name: &str) -> String {
|
||||||
format!(
|
format!(
|
||||||
"{} = {{ git = \"{}\", rev = \"{}\" }}",
|
"{} = {{ git = \"{}\", rev = \"{}\" }}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user