Skip to content

Commit 1d2bd77

Browse files
Merge pull request #132 from chriselrod/patch-1
Fix compat
2 parents 03d08fa + 92929c8 commit 1d2bd77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name = "LabelledArrays"
22
uuid = "2ee39098-c373-598a-b85f-a56591580800"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "1.12.3"
4+
version = "1.12.4"
55

66
[deps]
77
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
88
ArrayInterfaceStaticArrays = "b0d46f97-bff5-4637-a19a-dd75974142cd"
9+
ArrayInterfaceStaticArraysCore = "dd5226c6-a4d4-4bc7-8575-46859f9c95b9"
910
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
1011
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1112
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -15,8 +16,9 @@ PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
1516
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1617

1718
[compat]
18-
ArrayInterfaceCore = "0.1.13"
19+
ArrayInterfaceCore = "0.1.22"
1920
ArrayInterfaceStaticArrays = "0.1"
21+
ArrayInterfaceStaticArraysCore = "0.1.3"
2022
ChainRulesCore = "1"
2123
ForwardDiff = "0.10.3"
2224
MacroTools = "0.5"

0 commit comments

Comments
 (0)