Skip to content

Commit 0632329

Browse files
update extension naming
1 parent 04f76ca commit 0632329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1919
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020

2121
[extensions]
22-
StaticArraysExt = "StaticArrays"
22+
ForwardDiffStaticArraysExt = "StaticArrays"
2323

2424
[compat]
2525
Calculus = "0.5"

ext/StaticArraysExt.jl renamed to ext/ForwardDiffStaticArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module StaticArraysExt
1+
module ForwardDiffStaticArraysExt
22

33
using ForwardDiff, StaticArrays, LinearAlgebra, DiffResults
44
using ForwardDiff: Dual, partials, GradientConfig, JacobianConfig, HessianConfig, Tag, Chunk,

0 commit comments

Comments
 (0)