Skip to content

Commit

Permalink
Project.toml: add compat for ArgTools (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored Jun 8, 2020
1 parent d6da3fc commit 3a45eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SuffixArrays = "24f65c1e-0a10-5d3d-8a1f-a83399f3fced"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"

[compat]
ArgTools = "1"
BufferedStreams = "1"
CodecBzip2 = "0.6, 0.7"
SuffixArrays = "0.3"
Expand Down

2 comments on commit 3a45eb9

@StefanKarpinski
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/16043

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.0 -m "<description of version>" 3a45eb97fe90c9cf1c2241ee71aaef5e8ba48219
git push origin v1.2.0

Please sign in to comment.