File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1515 - Core
1616 version :
1717 - ' 1'
18- - ' 1.6 '
18+ - ' 1.10 '
1919 steps :
2020 - uses : actions/checkout@v4
2121 - uses : julia-actions/setup-julia@v1
3838 - uses : julia-actions/julia-processcoverage@v1
3939 - uses : codecov/codecov-action@v4
4040 with :
41- file : lcov.info
41+ file : lcov.info
Original file line number Diff line number Diff line change 11name = " StaticArrayInterface"
22uuid = " 0d7ed370-da01-4f52-bd93-41d350b8b718"
3- version = " 1.7 .0"
3+ version = " 1.8 .0"
44
55[deps ]
66ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
77Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
88IfElse = " 615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
99LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
11- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
1211Static = " aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1312
1413[weakdeps ]
@@ -24,9 +23,8 @@ ArrayInterface = "7"
2423Compat = " 4"
2524IfElse = " 0.1"
2625PrecompileTools = " 1"
27- Requires = " 1"
2826Static = " 0.8, 1"
29- julia = " 1.6 "
27+ julia = " 1.10 "
3028
3129[extras ]
3230OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Original file line number Diff line number Diff line change @@ -486,17 +486,6 @@ include("indexing.jl")
486486include (" stridelayout.jl" )
487487include (" broadcast.jl" )
488488
489- @static if ! isdefined (Base, :get_extension )
490- import Requires
491- end
492-
493- @static if ! isdefined (Base, :get_extension )
494- function __init__ ()
495- Requires. @require StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182" begin include (" ../ext/StaticArrayInterfaceStaticArraysExt.jl" ) end
496- Requires. @require OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881" begin include (" ../ext/StaticArrayInterfaceOffsetArraysExt.jl" ) end
497- end
498- end
499-
500489# # Precompilation
501490
502491@setup_workload begin
You can’t perform that action at this time.
0 commit comments