Skip to content

Commit 1d0d3e4

Browse files
dreamliner787-9Ivan-Velickovic
authored andcommitted
Update rust-sel4 to 33cb132
Branch: microkit-2.2.0-dev Fixes 2 issues: - Fixed compile error in rust-sel4 when 1GB huge page support is disabled in the kernel. In some environments such as cloud VMs or older machines this won't be available. - Fixed seL4/rust-sel4#319 Signed-off-by: Bill Nguyen <bill.nguyen@unsw.edu.au>
1 parent 62ad46e commit 1d0d3e4

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 26 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
@@ -13,11 +13,11 @@ members = [
1313

1414
[workspace.dependencies.sel4-capdl-initializer]
1515
git = "https://github.com/au-ts/rust-sel4"
16-
rev = "9102a134c2b5925d17e021280a3d104e79805221"
16+
rev = "33cb132571121a8d846ad3be9066617087ee5c32"
1717

1818
[workspace.dependencies.sel4-capdl-initializer-types]
1919
git = "https://github.com/au-ts/rust-sel4"
20-
rev = "9102a134c2b5925d17e021280a3d104e79805221"
20+
rev = "33cb132571121a8d846ad3be9066617087ee5c32"
2121

2222
[profile.release.package.microkit-tool]
2323
strip = true

0 commit comments

Comments
 (0)