Skip to content

Commit 4cf35e7

Browse files
authored
Merge pull request #42 from jakobnissen/master
Add Random to test deps
2 parents bbfadba + 52d9f36 commit 4cf35e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

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

88
[deps]
99
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
@@ -16,6 +16,7 @@ julia = "1.3"
1616

1717
[extras]
1818
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1920

2021
[targets]
21-
test = ["Test"]
22+
test = ["Test", "Random"]

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using CodecZstd
2+
using Random
23
using TranscodingStreams
34
using Test
45

0 commit comments

Comments
 (0)