Skip to content

Commit

Permalink
build(deps): bump hermit-entry from 0.9.10 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [hermit-entry](https://github.com/hermitcore/hermit-entry) from 0.9.10 to 0.10.0.
- [Release notes](https://github.com/hermitcore/hermit-entry/releases)
- [Commits](hermit-os/hermit-entry@v0.9.10...v0.10.0)

---
updated-dependencies:
- dependency-name: hermit-entry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
mkroening committed Apr 11, 2024
1 parent e0459f2 commit 0b59f28
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
align-address = "0.1"
cfg-if = "1"
hermit-entry = { version = "0.9", features = ["loader"] }
hermit-entry = { version = "0.10", features = ["loader"] }
log = "0.4"
one-shot-mutex = "0.1"
sptr = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions data/aarch64/hello_world
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/riscv64/hello_world
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/x86_64/hello_c
100755 → 100644
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/x86_64/hello_world
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/x86_64/hello_world-microvm
Git LFS file not shown

0 comments on commit 0b59f28

Please sign in to comment.