summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 323ed46..4320d7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,11 +8,11 @@ edition = "2021"
[dependencies]
[dependencies.craftio-rs]
-version = "0.1.0"
+version = "*"
features = ["default"]
[dependencies.tokio]
-version = "1.15.0"
+version = "*"
features = ["full"]
[dependencies.anyhow]