From 45d9bc0c8ecc064a29ddb2038c0a806c57792cd6 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:22:47 -0400 Subject: [PATCH] Bump compat for TranscodingStreams to 0.11, (keep existing compat) (#16) 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 ce5cdbc..5fa9ee9 100644 --- a/Project.toml +++ b/Project.toml @@ -2,13 +2,13 @@ name = "CodecBase" uuid = "6c391c72-fb7b-5838-ba82-7cfb1bcfecbf" license = "MIT" authors = ["Kenta Sato "] -version = "0.3.2" +version = "0.3.3" [deps] TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" [compat] -TranscodingStreams = "0.9, 0.10" +TranscodingStreams = "0.9, 0.10, 0.11" julia = "1" [extras]