aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-06-01 01:32:11 +0200
committerDario Nieuwenhuis <[email protected]>2023-06-01 01:42:34 +0200
commit1d8321b821d114b369d5a087a1a7a6600228b032 (patch)
tree605b3eb96ea10120f7e8bf0741bcc34daab8e9ec /embassy-sync/Cargo.toml
parentd7d66bd74f2ef1bc8903b15df630ddbb8fe97df4 (diff)
Use make_static! from static-cell v1.1
Diffstat (limited to 'embassy-sync/Cargo.toml')
-rw-r--r--embassy-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index bc06b92cd..340724eab 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
47critical-section = { version = "1.1", features = ["std"] } 47critical-section = { version = "1.1", features = ["std"] }
48static_cell = "1.0" 48static_cell = "1.1"