Skip to content

Commit

Permalink
Remove unecessary dependencies on fallible-iterator
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 29, 2024
1 parent dad6e4a commit 4666a4f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/sel4-capdl-initializer/add-spec/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mk {
dependencies = {
inherit (versions)
anyhow
fallible-iterator
serde_json
num
clap
Expand Down
1 change: 0 additions & 1 deletion crates/sel4-capdl-initializer/add-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ license = "BSD-2-Clause"
[dependencies]
anyhow = "1.0.66"
clap = "4.4.6"
fallible-iterator = "0.2.0"
num = "0.4.1"
object = { version = "0.36.5", features = ["all"] }
postcard = { version = "1.0.2", default-features = false, features = ["alloc"] }
Expand Down
1 change: 0 additions & 1 deletion crates/sel4-kernel-loader/add-payload/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mk {
dependencies = {
inherit (versions)
anyhow
fallible-iterator
serde_json
serde_yaml
heapless
Expand Down
1 change: 0 additions & 1 deletion crates/sel4-kernel-loader/add-payload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ license = "BSD-2-Clause"
[dependencies]
anyhow = "1.0.66"
clap = "4.4.6"
fallible-iterator = "0.2.0"
heapless = "0.7.16"
num = "0.4.1"
object = { version = "0.36.5", features = ["all"] }
Expand Down
1 change: 0 additions & 1 deletion crates/sel4-reset/cli/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mk {
dependencies = {
inherit (versions)
anyhow
fallible-iterator
num
clap
;
Expand Down
1 change: 0 additions & 1 deletion crates/sel4-reset/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ license = "BSD-2-Clause"
[dependencies]
anyhow = "1.0.66"
clap = "4.4.6"
fallible-iterator = "0.2.0"
num = "0.4.1"
sel4-synthetic-elf = { path = "../../sel4-synthetic-elf" }

0 comments on commit 4666a4f

Please sign in to comment.