Skip to content

Commit

Permalink
CompatHelper: bump compat for TranscodingStreams to 0.10 for package …
Browse files Browse the repository at this point in the history
…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 <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Oct 15, 2023
1 parent bab694a commit d157a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d157a31

Please sign in to comment.