mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
Update proper dep for builder in OSDK and allow publishing
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
bd0611f1e3
commit
57f4ed778d
@ -14,7 +14,8 @@ use quote::ToTokens;
|
||||
/// FIXME: We should publish the asterinas crates to a public registry
|
||||
/// 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_REV: &str = "1069006";
|
||||
/// Make sure it syncs with the builder dependency in Cargo.toml.
|
||||
pub const ASTER_GIT_REV: &str = "cc4111c";
|
||||
pub fn aster_crate_dep(crate_name: &str) -> String {
|
||||
format!(
|
||||
"{} = {{ git = \"{}\", rev = \"{}\" }}",
|
||||
|
Reference in New Issue
Block a user