From ced0703d2af9da2c60969f79aa8acb3bf32d10e0 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 17 Sep 2022 05:07:43 +0200 Subject: [PATCH] Decrease `critical-section` version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fed20a9..25cbfd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ parking_lot_core = { version = "0.9.3", optional = true, default_features = fals atomic-polyfill = { version = "1", optional = true } # Uses `critical-section` to implement `once_cell::sync::OnceCell`. -critical_section = { package = "critical-section", version = "1.1", optional = true } +critical_section = { package = "critical-section", version = "1", optional = true } [dev-dependencies] lazy_static = "1.0.0"