Skip to content

Commit 4132c5f

Browse files
Merge pull request #39 from JuliaArrays/ChrisRackauckas-patch-1
Bump to LTS
2 parents ec64b5c + 6329d10 commit 4132c5f

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -38,4 +38,4 @@ jobs:
3838
- uses: julia-actions/julia-processcoverage@v1
3939
- uses: codecov/codecov-action@v4
4040
with:
41-
file: lcov.info
41+
file: lcov.info

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name = "StaticArrayInterface"
22
uuid = "0d7ed370-da01-4f52-bd93-41d350b8b718"
3-
version = "1.7.0"
3+
version = "1.8.0"
44

55
[deps]
66
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
88
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
99
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
11-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1211
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1312

1413
[weakdeps]
@@ -24,9 +23,8 @@ ArrayInterface = "7"
2423
Compat = "4"
2524
IfElse = "0.1"
2625
PrecompileTools = "1"
27-
Requires = "1"
2826
Static = "0.8, 1"
29-
julia = "1.6"
27+
julia = "1.10"
3028

3129
[extras]
3230
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"

src/StaticArrayInterface.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -486,17 +486,6 @@ include("indexing.jl")
486486
include("stridelayout.jl")
487487
include("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

0 commit comments

Comments
 (0)