Skip to content

Commit

Permalink
Merge pull request #20 from JuliaIO/vs/bump-bzip2
Browse files Browse the repository at this point in the history
Update Project.toml to use bzip2 1.0.8
  • Loading branch information
ViralBShah authored Aug 17, 2023
2 parents a5fff07 + 08dc91f commit 0f8261c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name = "CodecBzip2"
uuid = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
license = "MIT"
authors = ["Kenta Sato <[email protected]>"]
version = "0.7.2"
version = "0.8.0"

[deps]
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"

[compat]
Bzip2_jll = "1.0.6"
Bzip2_jll = "1.0.8"
TranscodingStreams = "0.9"
julia = "1.3"

Expand Down

0 comments on commit 0f8261c

Please sign in to comment.