diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-27 08:44:05 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-27 08:44:05 +0200 |
| commit | 3e8d8fec15286eb25b8bba7d103c8fc279544551 (patch) | |
| tree | f0cf1063d75510d6eb4b53b24f61c22828ac629c /tests/mspm0 | |
| parent | 2454b3cc7e450e28a3d354a1940c4913828a27e9 (diff) | |
fix: update more minor versions
Diffstat (limited to 'tests/mspm0')
| -rw-r--r-- | tests/mspm0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mspm0/Cargo.toml b/tests/mspm0/Cargo.toml index 07fe779a0..227d898d5 100644 --- a/tests/mspm0/Cargo.toml +++ b/tests/mspm0/Cargo.toml | |||
| @@ -17,7 +17,7 @@ embassy-executor = { version = "0.9.0", path = "../../embassy-executor", feature | |||
| 17 | embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } | 17 | embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } |
| 18 | embassy-time = { version = "0.5.0", path = "../../embassy-time", features = [ "defmt" ] } | 18 | embassy-time = { version = "0.5.0", path = "../../embassy-time", features = [ "defmt" ] } |
| 19 | embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] } | 19 | embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] } |
| 20 | embassy-embedded-hal = { version = "0.4.1", path = "../../embassy-embedded-hal/"} | 20 | embassy-embedded-hal = { version = "0.5.0", path = "../../embassy-embedded-hal/"} |
| 21 | 21 | ||
| 22 | defmt = "1.0.1" | 22 | defmt = "1.0.1" |
| 23 | defmt-rtt = "1.0.0" | 23 | defmt-rtt = "1.0.0" |
