From afe2563fcd82b116b16bcad162ecdb19bfa400d5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 15 Jan 2023 18:47:59 +0900 Subject: [PATCH] Update portable-atomic to 1.0 --- futures-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futures-core/Cargo.toml b/futures-core/Cargo.toml index 6ad2258cd6..6fd0fea06f 100644 --- a/futures-core/Cargo.toml +++ b/futures-core/Cargo.toml @@ -16,7 +16,7 @@ std = ["alloc"] alloc = [] [dependencies] -portable-atomic = { version = "0.3.15", default-features = false, optional = true } +portable-atomic = { version = "1", default-features = false, optional = true } [dev-dependencies] futures = { path = "../futures" }