From cbbc478a81c5a5f4b76fde0570180f13d8b1fe3a Mon Sep 17 00:00:00 2001 From: Juan Ignacio Polanco Date: Fri, 2 Feb 2024 16:36:42 +0100 Subject: [PATCH] Allow TranscodingStreams 0.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 55758812..f9633235 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,6 @@ VTKBase = "4004b06d-e244-455f-a6ce-a5f9919cc534" CodecZlib = "0.7" FillArrays = "0.13, 1.0" LightXML = "0.9" -TranscodingStreams = "0.9" +TranscodingStreams = "0.9, 0.10" VTKBase = "1.0" julia = "1.6"