Skip to content

Commit

Permalink
fix(tests): drop obsolete embassy-executor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 4, 2024
1 parent 9dfd662 commit c348cf5
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 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 tests/gpio-interrupt-nrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ publish = false
workspace = true

[dependencies]
embassy-executor = { workspace = true }
embassy-time = { workspace = true }
riot-rs = { path = "../../src/riot-rs", features = ["external-interrupts"] }
riot-rs-boards = { path = "../../src/riot-rs-boards" }
1 change: 0 additions & 1 deletion tests/gpio-interrupt-stm32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ publish = false
workspace = true

[dependencies]
embassy-executor = { workspace = true }
embassy-time = { workspace = true }
riot-rs = { path = "../../src/riot-rs", features = ["external-interrupts"] }
riot-rs-boards = { path = "../../src/riot-rs-boards" }
1 change: 0 additions & 1 deletion tests/gpio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ publish = false
workspace = true

[dependencies]
embassy-executor = { workspace = true }
riot-rs = { path = "../../src/riot-rs", features = ["external-interrupts"] }
riot-rs-boards = { path = "../../src/riot-rs-boards" }
1 change: 0 additions & 1 deletion tests/i2c-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repository.workspace = true
workspace = true

[dependencies]
embassy-executor = { workspace = true }
embassy-sync = { workspace = true }
embedded-hal = { workspace = true }
embedded-hal-async = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion tests/spi-loopback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repository.workspace = true
workspace = true

[dependencies]
embassy-executor = { workspace = true }
embassy-sync = { workspace = true }
embedded-hal-async = { workspace = true }
once_cell = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion tests/spi-main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repository.workspace = true
workspace = true

[dependencies]
embassy-executor = { workspace = true }
embassy-sync = { workspace = true }
embedded-hal-async = { workspace = true }
once_cell = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion tests/threading-lock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ license.workspace = true
publish = false

[dependencies]
embassy-executor = { workspace = true }
riot-rs = { path = "../../src/riot-rs", features = ["time"] }
riot-rs-boards = { path = "../../src/riot-rs-boards" }
portable-atomic = { workspace = true }

0 comments on commit c348cf5

Please sign in to comment.