From 05a6d1e4bf9658a4c32248974682e3bcc03e7663 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 26 Oct 2023 14:58:06 +0200 Subject: [PATCH] Fix resolver warning --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 83c7179..d347704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "MIT OR Apache-2.0" [workspace] members = ["cli", "ocpi-tariffs"] +resolver = "2" [workspace.dependencies] chrono-tz = { version = "0.8.3", default-features = false }