Skip to content

Commit 7f81b01

Browse files
CompatHelper: bump compat for "LazyArrays" to "0.15" (#25)
* CompatHelper: bump compat for "LazyArrays" to "0.15" * Update Project.toml Co-authored-by: Sheehan Olver <solver@mac.com>
1 parent 9add037 commit 7f81b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuasiArrays"
22
uuid = "c4ea9172-b204-11e9-377d-29865faadc5c"
33
authors = ["Sheehan Olver <solver@mac.com>"]
4-
version = "0.1"
4+
version = "0.1.1"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -10,7 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010

1111
[compat]
1212
ArrayLayouts = "0.1.4"
13-
LazyArrays = "0.14.7"
13+
LazyArrays = "0.14.7, 0.15"
1414
julia = "1.3"
1515

1616
[extras]

0 commit comments

Comments
 (0)