From 2c6c68ebc029c5ca22c32f982a7d5d0085b0c28b Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Wed, 9 Feb 2022 11:01:07 -0800 Subject: [PATCH] Add support for TimeSpans 0.3.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e36082d7..b8d8b307 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ DataFrames = "1.2" FLAC_jll = "1.3.3" Legolas = "0.2.2, 0.3" Tables = "1.4" -TimeSpans = "0.2.2" +TimeSpans = "0.2.2, 0.3" TranscodingStreams = "0.9" julia = "1.4"