Skip to content

Commit

Permalink
nix: Use symbolic dlmalloc version
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 24, 2024
1 parent 7f07337 commit fa88542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sel4-dlmalloc/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
mk {
package.name = "sel4-dlmalloc";
dependencies = {
dlmalloc = "0.2.3";
inherit (versions)
lock_api
dlmalloc
;
};
}
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 @@ -94,6 +94,7 @@ in rec {
cfg-if = "1.0.0";
chrono = "0.4.35";
clap = "4.4.6";
dlmalloc = "0.2.3";
embedded-hal-nb = "1.0";
embedded-io-async = "0.6.1";
fallible-iterator = "0.2.0";
Expand Down

0 comments on commit fa88542

Please sign in to comment.