diff options
| author | Siarhei B <[email protected]> | 2025-08-04 09:31:24 +0200 |
|---|---|---|
| committer | Siarhei B <[email protected]> | 2025-08-04 10:19:14 +0200 |
| commit | 934e7809b5036047f5113a9241c6af680f9a8c4b (patch) | |
| tree | 2466a8069b5a4070244c674f7095bfdae4a49183 | |
| parent | d6a87b411432d9c6eedd48aa30b72cda069bd86c (diff) | |
mspm0-I2C: update mspm0-metapac revision
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml index e8fb2e9a9..ef1bb18fd 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -47,14 +47,14 @@ cortex-m = "0.7.6" | |||
| 47 | critical-section = "1.2.0" | 47 | critical-section = "1.2.0" |
| 48 | 48 | ||
| 49 | # mspm0-metapac = { version = "" } | 49 | # mspm0-metapac = { version = "" } |
| 50 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-235158ac2865d8aac3a1eceb2d62026eb12bf38f" } | 50 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-df572e257eabf06e6e0ae6c9077e0a2fec1fb5e1" } |
| 51 | 51 | ||
| 52 | [build-dependencies] | 52 | [build-dependencies] |
| 53 | proc-macro2 = "1.0.94" | 53 | proc-macro2 = "1.0.94" |
| 54 | quote = "1.0.40" | 54 | quote = "1.0.40" |
| 55 | 55 | ||
| 56 | # mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } | 56 | # mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } |
| 57 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-235158ac2865d8aac3a1eceb2d62026eb12bf38f", default-features = false, features = ["metadata"] } | 57 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-df572e257eabf06e6e0ae6c9077e0a2fec1fb5e1", default-features = false, features = ["metadata"] } |
| 58 | 58 | ||
| 59 | [features] | 59 | [features] |
| 60 | default = ["rt"] | 60 | default = ["rt"] |
