We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbfadba + 52d9f36 commit 4cf35e7Copy full SHA for 4cf35e7
Project.toml
@@ -3,7 +3,7 @@ uuid = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
3
license = "MIT"
4
authors = ["Kenta Sato <[email protected]>",
5
"JuliaIO Github Organization"]
6
-version = "0.8.1"
+version = "0.8.2"
7
8
[deps]
9
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
@@ -16,6 +16,7 @@ julia = "1.3"
16
17
[extras]
18
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
20
21
[targets]
-test = ["Test"]
22
+test = ["Test", "Random"]
test/runtests.jl
@@ -1,4 +1,5 @@
1
using CodecZstd
2
+using Random
using TranscodingStreams
using Test
0 commit comments