Skip to content

Commit

Permalink
Merge pull request #509 from mkroening/release-0.7.1
Browse files Browse the repository at this point in the history
chore: release hermit-rs 0.7.1
  • Loading branch information
mkroening authored Nov 30, 2023
2 parents cc35a3e + 5a27c97 commit 615e8d6
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.7.0"
version = "0.7.1"
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 @@ -36,7 +36,7 @@ impl KernelSrc {
}

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

Expand Down
2 changes: 1 addition & 1 deletion kernel
Submodule kernel updated 2 files
+39 −39 Cargo.lock
+1 −1 Cargo.toml

0 comments on commit 615e8d6

Please sign in to comment.