From d157a3196151b7b96ddc3975d57a151fad26c174 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:47:09 +0200 Subject: [PATCH] CompatHelper: bump compat for TranscodingStreams to 0.10 for package core, (keep existing compat) (#670) This pull request changes the compat entry for the `TranscodingStreams` package from `0.9` to `0.9, 0.10` for package core. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: CompatHelper Julia --- core/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Project.toml b/core/Project.toml index d02b7b56f..4780c58df 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -61,7 +61,7 @@ StructArrays = "0.6.13" Tables = "1" TerminalLoggers = "0.1.7" TimerOutputs = "0.5" -TranscodingStreams = "0.9" +TranscodingStreams = "0.9, 0.10" julia = "1.9" [extras]