Skip to content

Commit

Permalink
chore: update kernel to 0.6.8
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Feb 16, 2024
1 parent 7c38f55 commit 5f07b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hermit/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl KernelSrc {
}

fn download() -> Self {
let version = "0.6.7";
let version = "0.6.8";
let out_dir = out_dir();
let src_dir = out_dir.join(format!("kernel-{version}"));

Expand Down

0 comments on commit 5f07b1a

Please sign in to comment.