aboutsummaryrefslogtreecommitdiff
path: root/tests/mspm0/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mspm0/Cargo.toml')
-rw-r--r--tests/mspm0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mspm0/Cargo.toml b/tests/mspm0/Cargo.toml
index 5b570ebec..6742537e5 100644
--- a/tests/mspm0/Cargo.toml
+++ b/tests/mspm0/Cargo.toml
@@ -16,7 +16,7 @@ embassy-executor = { version = "0.8.0", path = "../../embassy-executor", feature
16embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 16embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
17embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt" ] } 17embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt" ] }
18embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] } 18embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] }
19embassy-embedded-hal = { version = "0.3.1", path = "../../embassy-embedded-hal/"} 19embassy-embedded-hal = { version = "0.4.0", path = "../../embassy-embedded-hal/"}
20 20
21defmt = "1.0.1" 21defmt = "1.0.1"
22defmt-rtt = "1.0.0" 22defmt-rtt = "1.0.0"