mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Update the asterinas version used by OSDK
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
d39036579b
commit
223e8c2fe5
@ -14,7 +14,7 @@ use quote::ToTokens;
|
|||||||
/// FIXME: We should publish the asterinas crates to a public registry
|
/// FIXME: We should publish the asterinas crates to a public registry
|
||||||
/// 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";
|
||||||
pub const ASTER_GIT_REV: &str = "437ab80";
|
pub const ASTER_GIT_REV: &str = "d390365";
|
||||||
pub fn aster_crate_dep(crate_name: &str) -> String {
|
pub fn aster_crate_dep(crate_name: &str) -> String {
|
||||||
format!(
|
format!(
|
||||||
"{} = {{ git = \"{}\", rev = \"{}\" }}",
|
"{} = {{ git = \"{}\", rev = \"{}\" }}",
|
||||||
|
Reference in New Issue
Block a user