Skip to content

Commit

Permalink
actually remove DiffResults, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Sep 6, 2022
1 parent d67b6fa commit a6a5707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "1.0.2"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Expand Down

2 comments on commit a6a5707

@tpapp
Copy link
Owner Author

@tpapp tpapp commented on a6a5707 Sep 6, 2022

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/67759

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.0.2 -m "<description of version>" a6a570751d0ee79345e92efd88062a0e6d59ef1b
git push origin v1.0.2

Please sign in to comment.