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.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/mspm0/Cargo.toml b/tests/mspm0/Cargo.toml
index 5cf1b0ed1..07fe779a0 100644
--- a/tests/mspm0/Cargo.toml
+++ b/tests/mspm0/Cargo.toml
@@ -12,12 +12,12 @@ mspm0g3519 = [ "embassy-mspm0/mspm0g3519pz" ]
12[dependencies] 12[dependencies]
13teleprobe-meta = "1.1" 13teleprobe-meta = "1.1"
14 14
15embassy-sync = { version = "0.7.1", path = "../../embassy-sync", features = [ "defmt" ] } 15embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = [ "defmt" ] }
16embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = [ "arch-cortex-m", "executor-thread", "defmt" ] } 16embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = [ "arch-cortex-m", "executor-thread", "defmt" ] }
17embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 17embassy-futures = { version = "0.1.2", path = "../../embassy-futures" }
18embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt" ] } 18embassy-time = { version = "0.5.0", path = "../../embassy-time", features = [ "defmt" ] }
19embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] } 19embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] }
20embassy-embedded-hal = { version = "0.4.0", path = "../../embassy-embedded-hal/"} 20embassy-embedded-hal = { version = "0.4.1", path = "../../embassy-embedded-hal/"}
21 21
22defmt = "1.0.1" 22defmt = "1.0.1"
23defmt-rtt = "1.0.0" 23defmt-rtt = "1.0.0"