Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loader
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
HermitOS
loader
Commits
61320389
Unverified
Commit
61320389
authored
1 year ago
by
Martin Kröning
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #273 from hermit-os/release-0.4.5
chore: release version 0.4.5
parents
90fc05f9
9b7cfb97
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+34
-24
34 additions, 24 deletions
Cargo.lock
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
with
35 additions
and
25 deletions
Cargo.lock
+
34
−
24
View file @
61320389
...
...
@@ -34,9 +34,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.
3.3
"
version = "2.
4.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42
"
checksum = "
327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07
"
[[package]]
name = "cc"
...
...
@@ -61,9 +61,12 @@ checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
[[package]]
name = "deranged"
version = "0.3.
7
"
version = "0.3.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
dependencies = [
"powerfmt",
]
[[package]]
name = "embedded-hal"
...
...
@@ -112,7 +115,7 @@ dependencies = [
[[package]]
name = "hermit-loader"
version = "0.4.
4
"
version = "0.4.
5
"
dependencies = [
"align-address",
"align-data",
...
...
@@ -136,9 +139,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.14
7
"
version = "0.2.14
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3
"
checksum = "
a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b
"
[[package]]
name = "llvm-tools"
...
...
@@ -179,7 +182,7 @@ checksum = "5b4123e70df5fe0bb370cff166ae453b9c5324a2cfc932c0f7e55498147a0475"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.
2
8",
"syn 2.0.
3
8",
]
[[package]]
...
...
@@ -215,11 +218,17 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "proc-macro2"
version = "1.0.6
6
"
version = "1.0.6
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1
8fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9
"
checksum = "1
34c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da
"
dependencies = [
"unicode-ident",
]
...
...
@@ -246,9 +255,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.3
2
"
version = "1.0.3
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5
0f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965
"
checksum = "5
267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
"
dependencies = [
"proc-macro2",
]
...
...
@@ -310,9 +319,9 @@ dependencies = [
[[package]]
name = "syn"
version = "2.0.
2
8"
version = "2.0.
3
8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567
"
checksum = "
e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -321,19 +330,20 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.
25
"
version = "0.3.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea
"
checksum = "
c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5
"
dependencies = [
"deranged",
"powerfmt",
"time-core",
]
[[package]]
name = "time-core"
version = "0.1.
1
"
version = "0.1.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb
"
checksum = "
ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3
"
[[package]]
name = "uart_16550"
...
...
@@ -361,7 +371,7 @@ version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cb8f384905087f56c2fdf90bb7d94d24c600775b9f40424a4b80882ba399d47"
dependencies = [
"bitflags 2.
3.3
",
"bitflags 2.
4.1
",
"log",
"ptr_meta",
"ucs2",
...
...
@@ -378,7 +388,7 @@ checksum = "023d94ef8e135d068b9a3bd94614ef2610b2b0419ade0a9d8f3501fa9cd08e95"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.
2
8",
"syn 2.0.
3
8",
]
[[package]]
...
...
@@ -387,7 +397,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bbf45ee102da89ef37674dd5186cd766418338457e660e7a3a1bad64d122abf"
dependencies = [
"bitflags 2.
3.3
",
"bitflags 2.
4.1
",
"ptr_meta",
"uguid",
]
...
...
@@ -411,9 +421,9 @@ checksum = "1ef516f0806c5f61da6aa95125d0eb2d91cc95b2df426c06bde8be657282aee5"
[[package]]
name = "unicode-ident"
version = "1.0.1
1
"
version = "1.0.1
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3
01abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c
"
checksum = "3
354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
"
[[package]]
name = "void"
...
...
@@ -445,7 +455,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b835097a84e4457323331ec5d6eb23d096066cbfb215d54096dcb4b2e85f500"
dependencies = [
"bit_field",
"bitflags 2.
3.3
",
"bitflags 2.
4.1
",
"rustversion",
"volatile",
]
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
61320389
[package]
name
=
"hermit-loader"
version
=
"0.4.
4
"
version
=
"0.4.
5
"
authors
=
[
"Stefan Lankes <slankes@eonerc.rwth-aachen.de>"
,
"Colin Finck <colin.finck@rwth-aachen.de>"
]
license
=
"MIT OR Apache-2.0"
readme
=
"README.md"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment