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 15
15
- Core
16
16
version :
17
17
- ' 1'
18
- - ' 1.6 '
18
+ - ' 1.10 '
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- uses : julia-actions/setup-julia@v1
38
38
- uses : julia-actions/julia-processcoverage@v1
39
39
- uses : codecov/codecov-action@v4
40
40
with :
41
- file : lcov.info
41
+ file : lcov.info
Original file line number Diff line number Diff line change 1
1
name = " StaticArrayInterface"
2
2
uuid = " 0d7ed370-da01-4f52-bd93-41d350b8b718"
3
- version = " 1.7 .0"
3
+ version = " 1.8 .0"
4
4
5
5
[deps ]
6
6
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
7
7
Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
8
8
IfElse = " 615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
9
9
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
10
PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
11
- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
12
11
Static = " aedffcd0-7271-4cad-89d0-dc628f76c6d3"
13
12
14
13
[weakdeps ]
@@ -24,9 +23,8 @@ ArrayInterface = "7"
24
23
Compat = " 4"
25
24
IfElse = " 0.1"
26
25
PrecompileTools = " 1"
27
- Requires = " 1"
28
26
Static = " 0.8, 1"
29
- julia = " 1.6 "
27
+ julia = " 1.10 "
30
28
31
29
[extras ]
32
30
OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Original file line number Diff line number Diff line change @@ -486,17 +486,6 @@ include("indexing.jl")
486
486
include (" stridelayout.jl" )
487
487
include (" broadcast.jl" )
488
488
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
-
500
489
# # Precompilation
501
490
502
491
@setup_workload begin
You can’t perform that action at this time.
0 commit comments