Skip to content

Commit

Permalink
Merge pull request #1 from numericalEFT/compathelper/new_version/2021…
Browse files Browse the repository at this point in the history
…-08-22-00-40-56-347-01229941830

CompatHelper: bump compat for MPI to 0.19, (keep existing compat)
  • Loading branch information
kunyuan authored Sep 8, 2021
2 parents 1ff6d59 + e44a9c6 commit 268bfae
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 @@ -12,7 +12,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
MPI = "0.16"
MPI = "0.16, 0.19"
StaticArrays = "1"
julia = "1.4"

Expand Down

2 comments on commit 268bfae

@kunyuan
Copy link
Member Author

@kunyuan kunyuan commented on 268bfae Sep 8, 2021

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

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.0 -m "<description of version>" 268bfae99e56f7bc2428ebf9ef168dce7eb4a694
git push origin v0.1.0

Please sign in to comment.