Skip to content

Commit

Permalink
Bump compat for CodecBzip2, TranscodingStreams, and SuffixArrays, and…
Browse files Browse the repository at this point in the history
… bump patch version
  • Loading branch information
nhz2 authored Aug 31, 2024
1 parent f54b3ab commit 3d36b7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BSDiff"
uuid = "7b188ff4-8bb6-4dee-bbe1-9b6fdde2c7c5"
authors = ["Stefan Karpinski <[email protected]>"]
version = "1.2.1"
version = "1.2.2"

[deps]
ArgTools = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand All @@ -13,9 +13,9 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[compat]
ArgTools = "1"
BufferedStreams = "1"
CodecBzip2 = "0.6, 0.7"
SuffixArrays = "0.3"
TranscodingStreams = "0.9.5"
CodecBzip2 = "0.6, 0.7, 0.8"
SuffixArrays = "0.3, 1"
TranscodingStreams = "0.9.5, 0.10, 0.11"
julia = "1.3"

[extras]
Expand Down

0 comments on commit 3d36b7e

Please sign in to comment.