Skip to content

Commit 869c4fb

Browse files
authored
StaticArrays 1.1.1 compat (#48)
* StaticArrays 1.1.1 compat * version bump and broader compat range
1 parent 60ef0aa commit 869c4fb

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 = "HybridArrays"
22
uuid = "1baab800-613f-4b0a-84e4-9cd3431bfbb9"
33
authors = ["Mateusz Baran <mateuszbaran89@gmail.com>"]
4-
version = "0.4.8"
4+
version = "0.4.9"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -10,7 +10,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1010

1111
[compat]
1212
Requires = "1"
13-
StaticArrays = "=1.1.0,=1.0.2,=1.0.1"
13+
StaticArrays = "1.0.1"
1414
julia = "1"
1515

1616
[extras]

0 commit comments

Comments
 (0)