Skip to content

Commit

Permalink
Merge pull request #1134 from mkroening/release-0.7.0
Browse files Browse the repository at this point in the history
chore: release version 0.7.0
  • Loading branch information
mkroening authored Apr 11, 2024
2 parents 71fbd6d + 8479bdf commit 4ce7439
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hermit-kernel"
version = "0.6.9"
version = "0.7.0"
authors = [
"Stefan Lankes <[email protected]>",
"Colin Finck <[email protected]>",
Expand Down Expand Up @@ -130,7 +130,7 @@ x86 = { version = "0.52", default-features = false }
x86_64 = "0.15"

[target.'cfg(target_arch = "aarch64")'.dependencies]
aarch64 = { version = "0.0", default-features = false }
aarch64 = { version = "0.0.10", default-features = false }
arm-gic = { version = "0.1" }
hermit-dtb = { version = "0.1" }
semihosting = { version = "0.1", optional = true }
Expand Down

0 comments on commit 4ce7439

Please sign in to comment.