diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-26 21:59:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-26 21:59:31 +0000 |
| commit | 34074e6eb0741e084653b3ef71163393741f558b (patch) | |
| tree | f627117733d3fcd5bbb4eb664559c387a8e81f33 /tests | |
| parent | 026445d0109f9e80586634a757dfe39a58068cfc (diff) | |
| parent | 5732ee7ca975c0dd1afa83ade1667a2599d20985 (diff) | |
Merge pull request #2872 from embassy-rs/cleanups
Misc cleanups.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/perf-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/rp/Cargo.toml | 1 | ||||
| -rw-r--r-- | tests/utils/Cargo.toml | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/tests/perf-client/Cargo.toml b/tests/perf-client/Cargo.toml index 4390a6da1..a347608b3 100644 --- a/tests/perf-client/Cargo.toml +++ b/tests/perf-client/Cargo.toml | |||
| @@ -3,8 +3,6 @@ name = "perf-client" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| 7 | |||
| 8 | [dependencies] | 6 | [dependencies] |
| 9 | embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } | 7 | embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } |
| 10 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", ] } | 8 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", ] } |
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml index e67f2117d..a602e4065 100644 --- a/tests/rp/Cargo.toml +++ b/tests/rp/Cargo.toml | |||
| @@ -29,7 +29,6 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | |||
| 29 | embedded-hal-async = { version = "1.0" } | 29 | embedded-hal-async = { version = "1.0" } |
| 30 | embedded-hal-bus = { version = "0.1", features = ["async"] } | 30 | embedded-hal-bus = { version = "0.1", features = ["async"] } |
| 31 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 31 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } |
| 32 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | ||
| 33 | embedded-io-async = { version = "0.6.1" } | 32 | embedded-io-async = { version = "0.6.1" } |
| 34 | embedded-storage = { version = "0.3" } | 33 | embedded-storage = { version = "0.3" } |
| 35 | static_cell = "2" | 34 | static_cell = "2" |
diff --git a/tests/utils/Cargo.toml b/tests/utils/Cargo.toml index 7d66fd586..7b54a4f52 100644 --- a/tests/utils/Cargo.toml +++ b/tests/utils/Cargo.toml | |||
| @@ -3,8 +3,6 @@ name = "test-utils" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| 7 | |||
| 8 | [dependencies] | 6 | [dependencies] |
| 9 | rand = "0.8" | 7 | rand = "0.8" |
| 10 | serial = "0.4" | 8 | serial = "0.4" |
