diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-02 21:52:07 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-02 21:52:07 +0100 |
| commit | 1f51367eb92830c4c2c36406444d255fddb6b283 (patch) | |
| tree | c0b8829121fbe786e8ae922bd0e41dd4022ad40f /embassy-sync/Cargo.toml | |
| parent | d6f42eafad5582963a6d4c266f79425ed9b812e0 (diff) | |
Upgrade static-cell to v2.0
Diffstat (limited to 'embassy-sync/Cargo.toml')
| -rw-r--r-- | embassy-sync/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index 81aeafae2..9a47fa212 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -45,4 +45,4 @@ futures-util = { version = "0.3.17", features = [ "channel" ] } | |||
| 45 | 45 | ||
| 46 | # Enable critical-section implementation for std, for tests | 46 | # Enable critical-section implementation for std, for tests |
| 47 | critical-section = { version = "1.1", features = ["std"] } | 47 | critical-section = { version = "1.1", features = ["std"] } |
| 48 | static_cell = "1.1" | 48 | static_cell = { version = "2" } |
