File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11name = " Accessors"
22uuid = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
33authors = [
" Takafumi Arakaki <[email protected] >" ,
" Jan Weidner <[email protected] > and contributors" ]
4- version = " 0.1.40 "
4+ version = " 0.1.41 "
55
66[deps ]
77CompositionsBase = " a33af91c-f02d-484b-be07-31d278c5ca2b"
@@ -15,7 +15,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1515
1616[weakdeps ]
1717AxisKeys = " 94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
18- Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
1918IntervalSets = " 8197267c-284f-5f27-9208-e0e47529a953"
2019LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2120Requires = " ae029012-a4dd-5104-9daa-d747884805df"
@@ -26,7 +25,6 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2625
2726[extensions ]
2827AxisKeysExt = " AxisKeys"
29- DatesExt = " Dates"
3028IntervalSetsExt = " IntervalSets"
3129LinearAlgebraExt = " LinearAlgebra"
3230StaticArraysExt = " StaticArrays"
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ include("sugar.jl")
1515include (" functionlenses.jl" )
1616include (" testing.jl" )
1717
18+ # always include for now; see https://github.com/JuliaObjects/Accessors.jl/issues/192
19+ include (" ../ext/DatesExt.jl" )
1820if ! isdefined (Base, :get_extension )
19- include (" ../ext/DatesExt.jl" )
2021 include (" ../ext/LinearAlgebraExt.jl" )
2122 include (" ../ext/TestExt.jl" )
2223end
You can’t perform that action at this time.
0 commit comments