We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952038c commit f4fe67eCopy full SHA for f4fe67e
2 files changed
Project.toml
@@ -2,7 +2,7 @@ name = "CodecZlib"
2
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
3
license = "MIT"
4
authors = ["Kenta Sato <bicycle1885@gmail.com>"]
5
-version = "0.7.3"
+version = "0.7.4"
6
7
[deps]
8
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
@@ -14,6 +14,7 @@ julia = "1.3"
14
15
[extras]
16
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
18
19
[targets]
-test = ["Test"]
20
+test = ["Test", "Random"]
test/runtests.jl
@@ -1,4 +1,5 @@
1
using CodecZlib
+using Random
using Test
import TranscodingStreams:
TranscodingStreams,
0 commit comments