Skip to content

Commit

Permalink
Merge #390
Browse files Browse the repository at this point in the history
390: Bump hermit-entry to 0.9.1 r=mkroening a=mkroening



Co-authored-by: Martin Kröning <mkroening@posteo.net>
  • Loading branch information
bors[bot] and mkroening committed Aug 14, 2022
2 parents 220fc17 + 1e35a1b commit 739f8c3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: hermitcore/rusty-hermit
ref: entry-fix
path: rusty-hermit
submodules: true
- name: Build rusty_demo
Expand Down
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.

4 changes: 2 additions & 2 deletions data/x86_64/hello_c
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/x86_64/hello_world
Git LFS file not shown
2 changes: 1 addition & 1 deletion tests/test-kernels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
publish = false

[target.'cfg(target_os = "hermit")'.dependencies]
hermit-sys = "0.3"
hermit-sys = { version = "0.3", git = "https://github.com/hermitcore/rusty-hermit", branch = "entry-fix" }

0 comments on commit 739f8c3

Please sign in to comment.