From 9decc34d4f3f3aa5fa1af746b7c05be611b28d37 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 5 Dec 2023 21:39:41 -0500 Subject: [PATCH] Fix the stdlib compat entries (#1065) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 3939e35d..a376f77d 100644 --- a/Project.toml +++ b/Project.toml @@ -18,10 +18,10 @@ MacroTools = "0.4, 0.5" VersionParsing = "1.0" julia = "1.4" -Dates = "1.4" -Libdl = "1.4" -LinearAlgebra = "1.4" -Serialization = "1.4" +Dates = "<0.0.1, 1" +Libdl = "<0.0.1, 1" +LinearAlgebra = "<0.0.1, 1" +Serialization = "<0.0.1, 1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"