Skip to content

Commit 928f574

Browse files
github-actions[bot]CompatHelper JuliaViralBShah
authored
CompatHelper: bump compat for MPI to 0.20, (keep existing compat) (#183)
* CompatHelper: bump compat for MPI to 0.20, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Viral B. Shah <744411+ViralBShah@users.noreply.github.com>
1 parent 3e2b8c5 commit 928f574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PETSc"
22
uuid = "ace2c81b-2b5f-4b1e-a30d-d662738edfe0"
33
authors = ["Simon Byrne <simonbyrne@gmail.com>"]
4-
version = "0.1.3"
4+
version = "0.2.0"
55

66
[deps]
77
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -11,9 +11,9 @@ PETSc_jll = "8fa3689e-f0b9-5420-9873-adf6ccf46f2d"
1111
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1212

1313
[compat]
14-
MPI = "0.15, 0.16, 0.17, 0.18, 0.19"
15-
PETSc_jll = "3.15.2"
16-
julia = "1.3"
14+
MPI = "0.20"
15+
PETSc_jll = "3.21"
16+
julia = "1.6"
1717

1818
[extras]
1919
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

0 commit comments

Comments
 (0)