diff options
| author | xoviat <[email protected]> | 2023-09-05 18:20:17 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-09-05 18:20:17 -0500 |
| commit | 50116e5b27c6b685cecfcdb4bf668a71664a770c (patch) | |
| tree | a4355dee0b07ec813341f340d54d59af7a6dd5d4 | |
| parent | 73070987804023f50fcc4a264de8371fbba723d2 (diff) | |
remove paste dependency
| -rw-r--r-- | embassy-stm32/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 712996f23..306945962 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -70,7 +70,6 @@ embedded-io-async = { version = "0.5.0", optional = true } | |||
| 70 | chrono = { version = "^0.4", default-features = false, optional = true} | 70 | chrono = { version = "^0.4", default-features = false, optional = true} |
| 71 | bit_field = "0.10.2" | 71 | bit_field = "0.10.2" |
| 72 | document-features = "0.2.7" | 72 | document-features = "0.2.7" |
| 73 | paste = "1.0" | ||
| 74 | 73 | ||
| 75 | [dev-dependencies] | 74 | [dev-dependencies] |
| 76 | critical-section = { version = "1.1", features = ["std"] } | 75 | critical-section = { version = "1.1", features = ["std"] } |
