Skip to content

Commit

Permalink
Add missing compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Feb 4, 2021
1 parent df2112e commit 4049e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
Expand Down
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
BlockArrays = "0.14"
BlockBandedMatrices = "0.10"
ClassicalOrthogonalPolynomials = "0.1"
ContinuumArrays = "0.5"
DomainSets = "0.4"
Expand All @@ -28,6 +29,7 @@ IntervalSets = "0.5"
QuasiArrays = "0.4"
SpecialFunctions = "0.10, 1"
StaticArrays = "0.12.1, 1"
julia = "1.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 4049e8f

@dlfivefifty
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/29356

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.0.1 -m "<description of version>" 4049e8fc1dc293ce3977dcc2c88f4c19153d2ef6
git push origin v0.0.1

Please sign in to comment.