Skip to content

Commit

Permalink
bump LayoutPointers requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Oct 18, 2022
1 parent 4f8a194 commit 24b183b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ DocStringExtensions = "0.8, 0.9"
ForwardDiff = "0.9, 0.10"
HostCPUFeatures = "0.1.3"
IfElse = "0.1"
LayoutPointers = "0.1.2"
LayoutPointers = "0.1.11"
OffsetArrays = "1.4.1"
PolyesterWeave = "0.1.10"
SIMDDualNumbers = "0.1"
Expand Down

2 comments on commit 24b183b

@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/70543

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.12.136 -m "<description of version>" 24b183bfe780ef51f05e06969f2225e08d5b8da2
git push origin v0.12.136

Please sign in to comment.