Skip to content

Commit dc9de95

Browse files
authored
Change StaticArrays compat to 0.12.5 (#26)
* change StaticArrays compat to 0.12.5 * bump version
1 parent f4bfcdf commit dc9de95

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.3.8"
4+
version = "0.3.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 = "=0.12.4"
13+
StaticArrays = "=0.12.5"
1414
julia = "1"
1515

1616
[extras]

0 commit comments

Comments
 (0)