From ac42e18701e561fb45534c13c64b383e38326621 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 15 Nov 2022 15:43:30 +0100 Subject: [PATCH] Don't pin chrono to a specific version. - Require chrono 0.4.23 or newer, not exactly 0.4.23. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1afaf6..bcae82b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" } [dependencies] anyhow = "1" backtrace = "0.3.61" -chrono = "=0.4.23" +chrono = "0.4.23" enumber = "0.3" lazy_static = "1" libc = "0.2" -- GitLab