Skip to content

Commit 046ae0f

Browse files
authored
Merge pull request #9 from devmotion/patch-1
Support ForwardDiff@1
2 parents 188f9fe + cf84301 commit 046ae0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name = "RecursiveTupleMath"
22
uuid = "4a4311fe-81ff-4bcc-86a3-5026a4bf5b9f"
33
authors = ["chriselrod <elrodc@gmail.com> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
88
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
99

1010
[compat]
11-
ForwardDiff = "0.10"
11+
ForwardDiff = "0.10, 1"
1212
StaticArrays = "1"
1313
julia = "1"
1414

0 commit comments

Comments
 (0)