We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188f9fe commit cf84301Copy full SHA for cf84301
1 file changed
Project.toml
@@ -1,14 +1,14 @@
1
name = "RecursiveTupleMath"
2
uuid = "4a4311fe-81ff-4bcc-86a3-5026a4bf5b9f"
3
authors = ["chriselrod <elrodc@gmail.com> and contributors"]
4
-version = "0.1.1"
+version = "0.1.2"
5
6
[deps]
7
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
8
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
9
10
[compat]
11
-ForwardDiff = "0.10"
+ForwardDiff = "0.10, 1"
12
StaticArrays = "1"
13
julia = "1"
14
0 commit comments