Skip to content

Commit f3bd3ca

Browse files
authored
Merge pull request #418 from tpapp/tp/staticarrays-0.12
allow StaticArrays 0.12
2 parents c6830f9 + a6bccdb commit f3bd3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ForwardDiff"
22
uuid = "f6369f11-7733-5829-9624-2563aa707210"
3-
version = "0.10.4"
3+
version = "0.10.5"
44

55
[deps]
66
CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950"
@@ -19,7 +19,7 @@ DiffRules = "0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10"
1919
DiffTests = "0.0.1, 0.1"
2020
NaNMath = "0.2.2, 0.3"
2121
SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
22-
StaticArrays = "0.8.3, 0.9, 0.10, 0.11"
22+
StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12"
2323
julia = "1"
2424

2525
[extras]

0 commit comments

Comments
 (0)