From 6fe9728b80f0828422c6a58cac1de31395c7e549 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 12 Apr 2023 08:44:01 +1000 Subject: [PATCH] Bring chrono minimum back down for AnkiDroid Accidentally bumped in recent deps update --- rslib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 5761b6114..d0c5e835f 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -24,7 +24,7 @@ name = "benchmark" harness = false required-features = ["bench"] -# After updating anything below, run ../cargo/update.py +# After updating anything below, run ../cargo/update_licenses.sh [build-dependencies] prost-build = "0.11.8" @@ -50,7 +50,7 @@ percent-encoding = { git = "https://github.com/ankitects/rust-url.git", rev = "0 unicase = "=2.6.0" # keep this at 0.4.19 until an Android-compatible update is ready -chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] } +chrono = { version = "0.4.19", default-features = false, features = ["std", "clock"] } criterion = { version = "0.4.0", optional = true }