Skip to content

Commit

Permalink
CompatHelper: bump compat for "FillArrays" to "0.11" (#27)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "FillArrays" to "0.11"

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
github-actions[bot] and dlfivefifty authored Jan 18, 2021
1 parent eebcdd3 commit c69479f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LowRankApprox"
uuid = "898213cb-b102-5a47-900c-97e73b919f73"
version = "0.4.2"
version = "0.4.3"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand All @@ -13,6 +13,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
FFTW = "0.3, 1"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11"
Nullables = "0.0.8, 1.0"
julia = "1"

0 comments on commit c69479f

Please sign in to comment.