Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "CodecLz4"
uuid = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
license = "MIT"
author = "Invenia Technical Computing"
version = "0.4.4"
version = "0.4.5"

[deps]
Lz4_jll = "5ced341a-0733-55b8-9ab6-a4889d929147"
Expand All @@ -12,10 +12,3 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
Lz4_jll = "1.9"
TranscodingStreams = "0.9, 0.10, 0.11"
julia = "1.3"

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

[targets]
test = ["Test", "Random"]
5 changes: 5 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[deps]
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestsForCodecPackages = "c2e61002-3542-480d-8b3c-5f05cc4f8554"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
4 changes: 2 additions & 2 deletions test/frame_compression.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using TranscodingStreams: TranscodingStream, Error, Memory,
test_roundtrip_fileio, test_roundtrip_transcode
using TranscodingStreams: TranscodingStream, Error, Memory
using TestsForCodecPackages: test_roundtrip_fileio, test_roundtrip_transcode
using TranscodingStreams

text = b"""
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using CodecLz4
using Random
using Test

@testset "CodecLz4.jl" begin
Expand Down