Skip to content

Commit

Permalink
Merge pull request #565 from mkroening/release-0.9.0
Browse files Browse the repository at this point in the history
chore: release hermit 0.9.0
  • Loading branch information
mkroening authored Apr 11, 2024
2 parents 0e98cba + 9db5650 commit a6e5413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hermit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hermit"
version = "0.8.2"
version = "0.9.0"
authors = [
"Stefan Lankes <[email protected]>",
"Martin Kröning <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion hermit/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl KernelSrc {
}

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

Expand Down

0 comments on commit a6e5413

Please sign in to comment.