aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62fb265..a97c11a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.36"
name = "futures-core"
-version = "0.3.26"
+version = "0.3.30"
description = """
The core traits and types in for the `futures` library.
"""
@@ -30,7 +30,8 @@ rustdoc-args = [
]
[dependencies.portable-atomic]
-version = "1"
+version = "1.3"
+features = ["require-cas"]
optional = true
default-features = false