From a38b51bf894a32d983852e2c6394a41909896f84 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:11:50 -0400 Subject: [PATCH] Bump compat for CodecBzip2, TranscodingStreams, and SuffixArrays (#49) * Bump compat for CodecBzip2, TranscodingStreams, and SuffixArrays, and bump patch version * Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index bee9e0c..de70187 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" [compat] ArgTools = "1" BufferedStreams = "1" -CodecBzip2 = "0.6, 0.7" -SuffixArrays = "0.3" -TranscodingStreams = "0.9.5" +CodecBzip2 = "0.6, 0.7, 0.8" +SuffixArrays = "0.3, 1" +TranscodingStreams = "0.9.5, 0.10, 0.11" julia = "1.6"