Skip to content

Commit

Permalink
Update the asterinas version used by OSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenJiang1110 authored and tatetian committed Mar 27, 2024
1 parent d390365 commit 223e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osdk/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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 = "437ab80";
pub const ASTER_GIT_REV: &str = "d390365";
pub fn aster_crate_dep(crate_name: &str) -> String {
format!(
"{} = {{ git = \"{}\", rev = \"{}\" }}",
Expand Down

0 comments on commit 223e8c2

Please sign in to comment.