File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
15
16
16
[weakdeps ]
17
17
AxisKeys = " 94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
18
- Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
19
18
IntervalSets = " 8197267c-284f-5f27-9208-e0e47529a953"
20
- LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
21
19
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
22
20
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
23
21
StructArrays = " 09ab397b-f2b6-538f-b94a-2f83cf4a842a"
@@ -26,9 +24,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
26
24
27
25
[extensions ]
28
26
AxisKeysExt = " AxisKeys"
29
- DatesExt = " Dates"
30
27
IntervalSetsExt = " IntervalSets"
31
- LinearAlgebraExt = " LinearAlgebra"
32
28
StaticArraysExt = " StaticArrays"
33
29
StructArraysExt = " StructArrays"
34
30
TestExt = " Test"
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ include("sugar.jl")
15
15
include (" functionlenses.jl" )
16
16
include (" testing.jl" )
17
17
18
+ # always include for now; see https://github.com/JuliaObjects/Accessors.jl/issues/192
19
+ include (" ../ext/DatesExt.jl" )
20
+ include (" ../ext/LinearAlgebraExt.jl" )
18
21
if ! isdefined (Base, :get_extension )
19
- include (" ../ext/DatesExt.jl" )
20
- include (" ../ext/LinearAlgebraExt.jl" )
21
22
include (" ../ext/TestExt.jl" )
22
23
end
23
24
You can’t perform that action at this time.
0 commit comments