diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-10-20 23:48:58 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-10-20 23:54:17 +0200 |
| commit | 8f9826872332fb0d2abd3ffc3889ff4c0e1c3909 (patch) | |
| tree | cb9672e8a39c563fb53b1c5f7519bbc0eaa0b503 /embassy-executor/Cargo.toml | |
| parent | f0de0493084759a5e7310c816919996b201f0bc4 (diff) | |
executor: add compile-fail / ui tests.
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index e2fedce3c..e138f93b0 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -55,7 +55,7 @@ avr-device = { version = "0.5.3", optional = true } | |||
| 55 | 55 | ||
| 56 | [dev-dependencies] | 56 | [dev-dependencies] |
| 57 | critical-section = { version = "1.1", features = ["std"] } | 57 | critical-section = { version = "1.1", features = ["std"] } |
| 58 | 58 | trybuild = "1.0" | |
| 59 | 59 | ||
| 60 | [features] | 60 | [features] |
| 61 | 61 | ||
