diff options
| author | Melvin Wang <[email protected]> | 2025-06-18 15:37:05 -0700 |
|---|---|---|
| committer | Melvin Wang <[email protected]> | 2025-06-18 15:37:05 -0700 |
| commit | 905aed45f9c15eef9bf9afa5a6b81ae345694581 (patch) | |
| tree | b7ee277375f9ab985a3fc038067959aef4f90e09 /embassy-sync/Cargo.toml | |
| parent | dda17cc7cb85e3818d43561102b1fc6358d059c5 (diff) | |
add tests illustrating the problem
Diffstat (limited to 'embassy-sync/Cargo.toml')
| -rw-r--r-- | embassy-sync/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index 1e2ea8ea1..9e5c39f5e 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -43,3 +43,4 @@ futures-util = { version = "0.3.17", features = [ "channel", "sink" ] } | |||
| 43 | # Enable critical-section implementation for std, for tests | 43 | # Enable critical-section implementation for std, for tests |
| 44 | critical-section = { version = "1.1", features = ["std"] } | 44 | critical-section = { version = "1.1", features = ["std"] } |
| 45 | static_cell = { version = "2" } | 45 | static_cell = { version = "2" } |
| 46 | trybuild = "1.0.105" | ||
