From ab3ea6afb4a26646e28e5300646d80fb2643652f Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Mon, 8 Apr 2024 19:10:23 -0700 Subject: [PATCH] feat: Loosen time requirement (#37) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba01340..1eda5c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pyo3 = { version = "0.20", default-features = false, features = ["macros", "mult # time has a "stable minus two MSRV" policy, which doesn't jive with # our more permissive MSRV # https://github.com/time-rs/time/discussions/535 -time = { version = ">=0.3, <=0.3.28", optional = true } +time = { version = ">=0.3, <=0.3.34", optional = true } [dev-dependencies] thiserror = "1.0"