Skip to content

Commit 4ce7439

Browse files
authored
Merge pull request #1134 from mkroening/release-0.7.0
chore: release version 0.7.0
2 parents 71fbd6d + 8479bdf commit 4ce7439

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

Cargo.lock

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hermit-kernel"
3-
version = "0.6.9"
3+
version = "0.7.0"
44
authors = [
55
"Stefan Lankes <slankes@eonerc.rwth-aachen.de>",
66
"Colin Finck <colin.finck@rwth-aachen.de>",
@@ -130,7 +130,7 @@ x86 = { version = "0.52", default-features = false }
130130
x86_64 = "0.15"
131131

132132
[target.'cfg(target_arch = "aarch64")'.dependencies]
133-
aarch64 = { version = "0.0", default-features = false }
133+
aarch64 = { version = "0.0.10", default-features = false }
134134
arm-gic = { version = "0.1" }
135135
hermit-dtb = { version = "0.1" }
136136
semihosting = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)