From c39742a44ff87219e780d459373af50a44be45c9 Mon Sep 17 00:00:00 2001 From: EliasSchriefer Date: Fri, 17 Sep 2021 18:05:47 +0200 Subject: [PATCH] Tweak versions requirements in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56d79c9..c19e6da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.tokio] -version = "1.0" +version = "^1.0" features = ["net", "time"] [dev-dependencies.tokio] -version = "1.0" +version = "^1.0" features = ["macros", "net", "rt-multi-thread", "time"] \ No newline at end of file