From c7595769320c00e2ab9b5f9b0c4ff72dfaaf0dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Drvo=C5=A1t=C4=9Bp?= Date: Sun, 4 Jun 2023 14:36:55 +0200 Subject: [PATCH] Add compat section --- Project.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Project.toml b/Project.toml index f3c7055..2c0b13e 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,12 @@ Mmap = "a63ad114-7e13-5084-954f-fe012c677804" NewlineLexers = "f391c746-b838-4748-bbb5-9885c75b726e" SentinelArrays = "91c51154-3ec4-41a3-a24f-3f23e20d615c" +[compat] +CodecZlibNG = "0.1" +NewlineLexers = "0.1" +SentinelArrays = "1.4" +julia = "1.6" + [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"