diff options
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml index 743254b58..0eb8237b5 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -29,7 +29,7 @@ embassy-sync = { version = "0.7.0", path = "../embassy-sync" } | |||
| 29 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } | 29 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } |
| 30 | # TODO: Support other tick rates | 30 | # TODO: Support other tick rates |
| 31 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] } | 31 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] } |
| 32 | embassy-time-queue-utils = { version = "0.1", path = "../embassy-time-queue-utils", optional = true } | 32 | embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true } |
| 33 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 33 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 34 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } | 34 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } |
| 35 | embassy-embedded-hal = { version = "0.3.1", path = "../embassy-embedded-hal", default-features = false } | 35 | embassy-embedded-hal = { version = "0.3.1", path = "../embassy-embedded-hal", default-features = false } |
