From efba472f36ed173ae7d19a662ff19217c31d086d Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Fri, 10 Nov 2023 10:04:16 -0300 Subject: [PATCH] Add Dates compat. Tag v0.9.24. --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 70bb2af..e9d8d2d 100644 --- a/Project.toml +++ b/Project.toml @@ -3,12 +3,13 @@ uuid = "4f18b42c-503e-5345-9536-bb0f25fc7038" license = "MIT" authors = ["Felipe Noronha "] repo = "https://github.com/JuliaFinance/BusinessDays.jl.git" -version = "0.9.23" +version = "0.9.24" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" [compat] +Dates = "1" julia = "1" [extras]