summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a268b24..a2b76db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,14 +2,13 @@
name = "daglib"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
-edition = "2018"
+edition = "2021"
description = "Generic async DAG library"
[dependencies]
async-trait = "0.1"
futures = "0.3"
thiserror = "1"
-tokio = { version = "1", features = ["full"] }
[dev-dependencies]
tokio-test = "0.4"