File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " Accessors"
2
2
uuid = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
3
3
authors = [
" Takafumi Arakaki <[email protected] >" ,
" Jan Weidner <[email protected] > and contributors" ]
4
- version = " 0.1.40 "
4
+ version = " 0.1.41 "
5
5
6
6
[deps ]
7
7
CompositionsBase = " a33af91c-f02d-484b-be07-31d278c5ca2b"
@@ -15,7 +15,6 @@ 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
19
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
21
20
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
@@ -26,7 +25,6 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
26
25
27
26
[extensions ]
28
27
AxisKeysExt = " AxisKeys"
29
- DatesExt = " Dates"
30
28
IntervalSetsExt = " IntervalSets"
31
29
LinearAlgebraExt = " LinearAlgebra"
32
30
StaticArraysExt = " StaticArrays"
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ 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" )
18
20
if ! isdefined (Base, :get_extension )
19
- include (" ../ext/DatesExt.jl" )
20
21
include (" ../ext/LinearAlgebraExt.jl" )
21
22
include (" ../ext/TestExt.jl" )
22
23
end
You can’t perform that action at this time.
0 commit comments