From 9fe321249a7ff01f272ffe421a29426e13d9ae03 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:03:48 -0400 Subject: [PATCH] Bump compat for TranscodingStreams to 0.11, (keep existing compat) This update shouldn't affect the public API of this package. TranscodingStreams release notes: https://github.com/JuliaIO/TranscodingStreams.jl/releases/tag/v0.11.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ca41213..d5620c3 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "CodecLz4" uuid = "5ba52731-8f18-5e0d-9241-30f10d1ec561" license = "MIT" author = "Invenia Technical Computing" -version = "0.4.3" +version = "0.4.4" [deps] Lz4_jll = "5ced341a-0733-55b8-9ab6-a4889d929147" @@ -10,7 +10,7 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" [compat] Lz4_jll = "1.9" -TranscodingStreams = "0.9, 0.10" +TranscodingStreams = "0.9, 0.10, 0.11" julia = "1.3" [extras]