Skip to content

Commit

Permalink
fix lower compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Jan 26, 2024
1 parent 1c8cde0 commit 0bcafa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: julia-actions/cache@v1
- uses: cjdoris/[email protected]
with:
skip: LinearAlgebra,UUIDs
skip: UUIDs
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
CEnum = "0.4, 0.5"
MPI = "0.20"
MPIPreferences = "0.1"
MPIPreferences = "0.1.3"
P4est_jll = "=2.8.1"
Preferences = "1"
Reexport = "0.2, 1.0"
Preferences = "1.2"
Reexport = "1.0"
UUIDs = "1.6"
julia = "1.6"

0 comments on commit 0bcafa9

Please sign in to comment.