Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
libhermit-rs
Commits
1f30129c
Commit
1f30129c
authored
Aug 17, 2021
by
Stefan Lankes
Browse files
using the latest version of qemu-exit
parent
797b832e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
1f30129c
...
...
@@ -5,7 +5,7 @@ version = 3
[[package]]
name = "aarch64"
version = "0.0.5"
source = "git+https://github.com/hermitcore/rust-aarch64#
b24d71b9da9bda83705910b91f1ec6e135e14db2
"
source = "git+https://github.com/hermitcore/rust-aarch64#
582ccd4f738501e4b90a5680e9343c48715a7d7a
"
dependencies = [
"cortex-a",
]
...
...
@@ -36,11 +36,11 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cortex-a"
version = "
5
.1.
6
"
version = "
6
.1.
0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ecefc30975eb87afc5a810d4b2305c0ec29e607ea97e51b2ecd80766e9268d28
"
checksum = "
509fc35485a2b4ddbacabe0bf2212cdfff88da93658608e5cc651afcb75b7733
"
dependencies = [
"register",
"
tock-
register
s
",
]
[[package]]
...
...
@@ -170,9 +170,9 @@ dependencies = [
[[package]]
name = "qemu-exit"
version = "
1
.0.
2
"
version = "
2
.0.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
702abe3c3255be20a4d67bda326c4117081a49a57afaf752de4845091bc6b476
"
checksum = "
220eb94f40665452ab6114bf8a8d86aa1fd41c6dbfaa4ab71b5912c8adb80389
"
[[package]]
name = "quote"
...
...
@@ -192,15 +192,6 @@ dependencies = [
"bitflags",
]
[[package]]
name = "register"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4a247de29ab7cc8f5006cfe775c4a81c704f9914c5e2a79696862e643135433"
dependencies = [
"tock-registers",
]
[[package]]
name = "rusty-hermit"
version = "0.3.52"
...
...
@@ -238,9 +229,9 @@ dependencies = [
[[package]]
name = "tock-registers"
version = "0.
6
.0"
version = "0.
7
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f521a79accce68c417c9c77ce22108056b626126da1932f7e2e9b5bbffee0cea
"
checksum = "
4ee8fba06c1f4d0b396ef61a54530bb6b28f0dc61c38bc8bc5a5a48161e6282e
"
[[package]]
name = "unicode-xid"
...
...
Cargo.toml
View file @
1f30129c
...
...
@@ -73,7 +73,7 @@ git = "https://github.com/hermitcore/rust-aarch64"
default-features
=
false
[target.'cfg(target_arch
=
"aarch64"
)
'.dependencies]
qemu-exit
=
"
1
.0"
qemu-exit
=
"
2
.0"
# The development profile, used for `cargo build`.
[profile.dev]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment