From 596ec89beb6d997cf4a6b9571b41ad5de511ab14 Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Mon, 16 Feb 2026 13:50:22 +0100 Subject: [PATCH] Fix #33: Fix build error by pinning chrono version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c23d1c..f4f52e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ ndarray-npy = { version = "0.8.1", default-features = false } ndarray = "0.15.0" memmap2 = "0.5.3" rm-frust5-api = "0.0.3" -chrono = "0.4" +chrono = "=0.4.31" byteorder = "1" clap = { version = "3.2.5", features = ["derive"] } configparser = "3.0.2"