aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
-rw-r--r--embassy-mspm0/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index ae0c93862..221026b26 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -35,6 +35,7 @@ embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", fe
35embassy-embedded-hal = { version = "0.4.0", path = "../embassy-embedded-hal", default-features = false } 35embassy-embedded-hal = { version = "0.4.0", path = "../embassy-embedded-hal", default-features = false }
36embassy-executor = { version = "0.8.0", path = "../embassy-executor", optional = true } 36embassy-executor = { version = "0.8.0", path = "../embassy-executor", optional = true }
37 37
38embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
38embedded-hal = { version = "1.0" } 39embedded-hal = { version = "1.0" }
39embedded-hal-nb = { version = "1.0" } 40embedded-hal-nb = { version = "1.0" }
40embedded-hal-async = { version = "1.0" } 41embedded-hal-async = { version = "1.0" }
@@ -49,7 +50,7 @@ cortex-m = "0.7.6"
49critical-section = "1.2.0" 50critical-section = "1.2.0"
50 51
51# mspm0-metapac = { version = "" } 52# mspm0-metapac = { version = "" }
52mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-235158ac2865d8aac3a1eceb2d62026eb12bf38f" } 53mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-df572e257eabf06e6e0ae6c9077e0a2fec1fb5e1" }
53 54
54[build-dependencies] 55[build-dependencies]
55proc-macro2 = "1.0.94" 56proc-macro2 = "1.0.94"
@@ -57,7 +58,7 @@ quote = "1.0.40"
57cfg_aliases = "0.2.1" 58cfg_aliases = "0.2.1"
58 59
59# mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } 60# mspm0-metapac = { version = "", default-features = false, features = ["metadata"] }
60mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-235158ac2865d8aac3a1eceb2d62026eb12bf38f", default-features = false, features = ["metadata"] } 61mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-df572e257eabf06e6e0ae6c9077e0a2fec1fb5e1", default-features = false, features = ["metadata"] }
61 62
62[features] 63[features]
63default = ["rt"] 64default = ["rt"]