Skip to content

Commit

Permalink
cmm: Bump fdt
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Mar 21, 2024
1 parent a2b11ed commit eecd91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/private/tests/root-task/loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
license = "BSD-2-Clause"

[dependencies]
fdt = "0.1.4"
fdt = "0.1.5"
sel4 = { path = "../../../../sel4" }
sel4-platform-info = { path = "../../../../sel4-platform-info" }
sel4-root-task = { path = "../../../../sel4-root-task" }
2 changes: 1 addition & 1 deletion hacking/cargo-manifest-management/manifest-scope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ in rec {
cfg-if = "1.0.0";
clap = "4.4.6";
fallible-iterator = "0.2.0";
fdt = "0.1.4";
fdt = "0.1.5";
futures = "0.3.28";
getrandom = "0.2.10";
gimli = "0.28.0";
Expand Down

0 comments on commit eecd91b

Please sign in to comment.