Skip to content

Commit f4fe67e

Browse files
authored
Add Random to test deps (#77)
This is used to load TranscodingSteam's test extension, used in this package
1 parent 952038c commit f4fe67e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "CodecZlib"
22
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
33
license = "MIT"
44
authors = ["Kenta Sato <bicycle1885@gmail.com>"]
5-
version = "0.7.3"
5+
version = "0.7.4"
66

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

1515
[extras]
1616
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1718

1819
[targets]
19-
test = ["Test"]
20+
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 CodecZlib
2+
using Random
23
using Test
34
import TranscodingStreams:
45
TranscodingStreams,

0 commit comments

Comments
 (0)