Skip to content

Commit

Permalink
Decrease critical-section version.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Sep 17, 2022
1 parent 87c10a5 commit ced0703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit ced0703

Please sign in to comment.