From 7f1118eb19f67db027c74f1fbacfa001ecc6b06e Mon Sep 17 00:00:00 2001 From: flippette Date: Tue, 23 Apr 2024 15:00:08 +0700 Subject: [PATCH] Bump `portable-atomic` to 1.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 864ac2e..4d5c8ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/static-cell" [dependencies] -portable-atomic = { version = "1.5.1" } +portable-atomic = "1.6.0" [features] nightly = []