diff --git a/Project.toml b/Project.toml index fc46ead..59d130a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,11 +1,12 @@ name = "LabelledArrays" uuid = "2ee39098-c373-598a-b85f-a56591580800" authors = ["Chris Rackauckas "] -version = "1.12.3" +version = "1.12.4" [deps] ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2" ArrayInterfaceStaticArrays = "b0d46f97-bff5-4637-a19a-dd75974142cd" +ArrayInterfaceStaticArraysCore = "dd5226c6-a4d4-4bc7-8575-46859f9c95b9" ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -15,8 +16,9 @@ PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" [compat] -ArrayInterfaceCore = "0.1.13" +ArrayInterfaceCore = "0.1.22" ArrayInterfaceStaticArrays = "0.1" +ArrayInterfaceStaticArraysCore = "0.1.3" ChainRulesCore = "1" ForwardDiff = "0.10.3" MacroTools = "0.5"