diff options
| author | Liam Murphy <[email protected]> | 2021-07-27 17:30:10 +1000 |
|---|---|---|
| committer | Liam Murphy <[email protected]> | 2021-07-27 17:30:10 +1000 |
| commit | e57ca5f7dbd4ea5d3d5209e4b674841a19fe022d (patch) | |
| tree | 9243d8f2b0f11debd251a20c6391501dbdb616e8 | |
| parent | 079526559f44a0822574205e8798136f11f207d3 (diff) | |
Remove `critical-section` dependency
| -rw-r--r-- | embassy-extras/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-extras/Cargo.toml b/embassy-extras/Cargo.toml index 8415e32ef..5d07901a9 100644 --- a/embassy-extras/Cargo.toml +++ b/embassy-extras/Cargo.toml | |||
| @@ -17,5 +17,4 @@ embassy = { version = "0.1.0", path = "../embassy" } | |||
| 17 | defmt = { version = "0.2.0", optional = true } | 17 | defmt = { version = "0.2.0", optional = true } |
| 18 | log = { version = "0.4.11", optional = true } | 18 | log = { version = "0.4.11", optional = true } |
| 19 | cortex-m = "0.7.1" | 19 | cortex-m = "0.7.1" |
| 20 | critical-section = "0.2.1" | ||
| 21 | usb-device = "0.2.7" | 20 | usb-device = "0.2.7" |
