diff options
| author | Matthew Tran <[email protected]> | 2025-06-01 11:42:33 -0500 |
|---|---|---|
| committer | Matthew Tran <[email protected]> | 2025-06-01 12:36:46 -0500 |
| commit | 3cef4f0c04a1f0f56c84950d8fd408979299fa50 (patch) | |
| tree | e72931d5776ca5fe6dbf23aa09a2b7bc3cf1c009 /embassy-executor/Cargo.toml | |
| parent | 0d83fbbb57cf17186a1b8f40f57ef7a35b3e9627 (diff) | |
Update tests
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index f014ccf30..2dbf2c29a 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -59,6 +59,7 @@ avr-device = { version = "0.7.0", optional = true } | |||
| 59 | critical-section = { version = "1.1", features = ["std"] } | 59 | critical-section = { version = "1.1", features = ["std"] } |
| 60 | trybuild = "1.0" | 60 | trybuild = "1.0" |
| 61 | embassy-sync = { path = "../embassy-sync" } | 61 | embassy-sync = { path = "../embassy-sync" } |
| 62 | rustversion = "1.0.21" | ||
| 62 | 63 | ||
| 63 | [features] | 64 | [features] |
| 64 | 65 | ||
