Skip to content

Commit

Permalink
Merge pull request #4 from Tokazama/patch-1
Browse files Browse the repository at this point in the history
Update to Static v0.5
  • Loading branch information
chriselrod authored Jan 26, 2022
2 parents adefa53 + 1c42ffd commit a4e4f08
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
@@ -1,7 +1,7 @@
name = "CPUSummary"
uuid = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
authors = ["chriselrod <[email protected]> and contributors"]
version = "0.1.6"
version = "0.1.7"

[deps]
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
Expand All @@ -11,7 +11,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
[compat]
Hwloc = "2"
IfElse = "0.1"
Static = "0.2, 0.3, 0.4"
Static = "0.2, 0.3, 0.4, 0.5"
julia = "1.4"

[extras]
Expand Down

2 comments on commit a4e4f08

@chriselrod
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 created: JuliaRegistries/General/53197

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 v0.1.7 -m "<description of version>" a4e4f085588c1662b53f6c3b18ebe345894fa950
git push origin v0.1.7

Please sign in to comment.