Skip to content

Commit

Permalink
Merge pull request #21 from YingboMa/static0.4
Browse files Browse the repository at this point in the history
Static 0.4
  • Loading branch information
chriselrod authored Oct 25, 2021
2 parents 96015da + ff0637d commit 6d9658f
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 = "FastBroadcast"
uuid = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
authors = ["Yingbo Ma <[email protected]> and Chris Elrod <[email protected]>"]
version = "0.1.9"
version = "0.1.10"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -10,7 +10,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"

[compat]
Polyester = "0.5"
Static = "0.3"
Static = "0.3, 0.4"
julia = "1.5"

[extras]
Expand Down

2 comments on commit 6d9658f

@chriselrod
Copy link
Collaborator 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/47477

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.10 -m "<description of version>" 6d9658f4d3fb11dc28001523976c9584b7622ee0
git push origin v0.1.10

Please sign in to comment.