Skip to content

Commit

Permalink
Add [compat] for Preferences.jl.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 20, 2022
1 parent 006755a commit f3057f3
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 @@ -15,6 +15,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[compat]
EnumX = "1"
NearestNeighbors = "0.4"
Preferences = "1"
Reexport = "1"
Tensors = "1"
WriteVTK = "1.13"
Expand Down

2 comments on commit f3057f3

@fredrikekre
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/70612

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

Please sign in to comment.