From 107ccae1f0f28f90c63c7d0c0f1c70620dca4276 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:07:34 -0400 Subject: [PATCH] Bump compat for TranscodingStreams to 0.11, (keep existing compat) (#83) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 739817e..0ade7a5 100644 --- a/Project.toml +++ b/Project.toml @@ -2,14 +2,14 @@ name = "CodecZlib" uuid = "944b1d66-785c-5afd-91f1-9de20f533193" license = "MIT" authors = ["Kenta Sato "] -version = "0.7.4" +version = "0.7.5" [deps] TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" Zlib_jll = "83775a58-1f1d-513f-b197-d71354ab007a" [compat] -TranscodingStreams = "0.9, 0.10" +TranscodingStreams = "0.9, 0.10, 0.11" julia = "1.3" [extras]