Skip to content

Commit 8a9666a

Browse files
authored
Merge pull request #144 from dkarrasch/patch-1
Update Project.toml
2 parents 7a0891c + 1840737 commit 8a9666a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "IntervalRootFinding"
22
uuid = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
3-
version = "0.5.1"
3+
version = "0.5.2"
44

55
[deps]
66
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -10,10 +10,10 @@ Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
1010
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1111

1212
[compat]
13-
ForwardDiff = "^0.10.0"
13+
ForwardDiff = "0.10"
1414
IntervalArithmetic = "0.15, 0.16"
15-
Polynomials = "0.5.0"
16-
StaticArrays = "^0.11.0"
15+
Polynomials = "0.5, 0.6"
16+
StaticArrays = "0.11, 0.12"
1717
julia = "1"
1818

1919
[extras]

0 commit comments

Comments
 (0)