Skip to content

Commit 34dd3d8

Browse files
authored
Bump compat for TranscodingStreams to 0.11, (keep existing compat) (#60)
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
1 parent 3e748d9 commit 34dd3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
33
license = "MIT"
44
authors = ["Kenta Sato <[email protected]>",
55
"JuliaIO Github Organization"]
6-
version = "0.8.3"
6+
version = "0.8.4"
77

88
[deps]
99
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
1010
Zstd_jll = "3161d3a3-bdf6-5164-811a-617609db77b4"
1111

1212
[compat]
13-
TranscodingStreams = "0.9, 0.10"
13+
TranscodingStreams = "0.9, 0.10, 0.11"
1414
Zstd_jll = "1.5.5"
1515
julia = "1.3"
1616

0 commit comments

Comments
 (0)