diff options
| author | Siarhei B <[email protected]> | 2025-08-21 09:23:38 +0200 |
|---|---|---|
| committer | Siarhei B <[email protected]> | 2025-08-21 09:23:38 +0200 |
| commit | a7c64fd6bf66cd3192a7e6b13706a47bb49e6e66 (patch) | |
| tree | aaa91aeec0352fc42908997bc2b9c193b91d77f5 /embassy-mspm0/Cargo.toml | |
| parent | bfe4395b3b9792bb79363e2f32a9ab7bf69bb78d (diff) | |
msmp0-watchdog: bump revision for mspm0-data-generated
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
| -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 221026b26..da0b77289 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -50,7 +50,7 @@ cortex-m = "0.7.6" | |||
| 50 | critical-section = "1.2.0" | 50 | critical-section = "1.2.0" |
| 51 | 51 | ||
| 52 | # mspm0-metapac = { version = "" } | 52 | # mspm0-metapac = { version = "" } |
| 53 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-df572e257eabf06e6e0ae6c9077e0a2fec1fb5e1" } | 53 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-fe17d879548757ca29821da66a1bebf2debd4846" } |
| 54 | 54 | ||
| 55 | [build-dependencies] | 55 | [build-dependencies] |
| 56 | proc-macro2 = "1.0.94" | 56 | proc-macro2 = "1.0.94" |
| @@ -58,7 +58,7 @@ quote = "1.0.40" | |||
| 58 | cfg_aliases = "0.2.1" | 58 | cfg_aliases = "0.2.1" |
| 59 | 59 | ||
| 60 | # mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } | 60 | # mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } |
| 61 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-df572e257eabf06e6e0ae6c9077e0a2fec1fb5e1", default-features = false, features = ["metadata"] } | 61 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-fe17d879548757ca29821da66a1bebf2debd4846", default-features = false, features = ["metadata"] } |
| 62 | 62 | ||
| 63 | [features] | 63 | [features] |
| 64 | default = ["rt"] | 64 | default = ["rt"] |
