Skip to content

Commit

Permalink
cmm: Add fdt version
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 ad4913e commit a2b11ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/private/tests/root-task/loader/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# SPDX-License-Identifier: BSD-2-Clause
#

{ mk, localCrates }:
{ mk, localCrates, versions }:

mk {
package.name = "tests-root-task-loader";
dependencies = {
fdt = "0.1.4";
inherit (versions) fdt;
inherit (localCrates)
sel4
sel4-root-task
Expand Down
1 change: 1 addition & 0 deletions hacking/cargo-manifest-management/manifest-scope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ in rec {
cfg-if = "1.0.0";
clap = "4.4.6";
fallible-iterator = "0.2.0";
fdt = "0.1.4";
futures = "0.3.28";
getrandom = "0.2.10";
gimli = "0.28.0";
Expand Down

0 comments on commit a2b11ed

Please sign in to comment.