aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig10
1 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 8c611bf..9a8ee61 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -3,7 +3,7 @@ name = "async-task"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v4.x.y" git tag
-version = "4.3.0"
+version = "4.5.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.47"
@@ -18,12 +18,18 @@ exclude = ["/.*"]
default = ["std"]
std = []
+[dependencies]
+# Uses portable-atomic polyfill atomics on targets without them
+portable-atomic = { version = "1", optional = true, default-features = false }
+
[dev-dependencies]
atomic-waker = "1"
easy-parallel = "3"
flaky_test = "0.1"
-flume = { version = "0.10", default-features = false }
+flume = { version = "0.11", default-features = false }
+futures-lite = "1.12.0"
once_cell = "1"
+pin-project-lite = "0.2.10"
smol = "1"
# rewrite dependencies to use the this version of async-task when running tests