From 6cf1fd820da702d3105370cd69a08883dd834643 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 15 Oct 2023 01:12:14 +0000 Subject: [PATCH] CompatHelper: bump compat for TranscodingStreams to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2aac3929..a22ac33c 100644 --- a/Project.toml +++ b/Project.toml @@ -20,5 +20,5 @@ MacroTools = "0.5" OrderedCollections = "1" Reexport = "1" Requires = "1" -TranscodingStreams = "0.9" +TranscodingStreams = "0.9, 0.10" julia = "1.6"