From 76cce943ae56daf4fb601283ee350281e0450f5d Mon Sep 17 00:00:00 2001
From: Dilum Aluthge <dilum@aluthge.com>
Date: Tue, 5 Dec 2023 14:20:43 -0500
Subject: [PATCH] Fix the stdlib compat entries

---
 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"