From e1adc1866e400b8711ed3c41c16af7755d3b98f8 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 25 Mar 2024 10:37:15 +0100 Subject: [PATCH] Cargo.toml: remove unnecessary caret --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b6ceca4a..c81a235a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -263,7 +263,7 @@ binary-heap-plus = "0.5.0" bstr = "1.9.1" bytecount = "0.6.7" byteorder = "1.5.0" -chrono = { version = "^0.4.35", default-features = false, features = [ +chrono = { version = "0.4.35", default-features = false, features = [ "std", "alloc", "clock",