Skip to content

Commit 16ac46e

Browse files
authored
Merge pull request #146 from JuliaMath/nh/abstract_chain_ext
Fix loading of ChainRulesCore package extension for AbstractNFFTs
2 parents dc94f74 + dc1ff5d commit 16ac46e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AbstractNFFTs/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AbstractNFFTs"
22
uuid = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
33
author = ["Tobias Knopp <[email protected]>"]
4-
version = "0.8.2"
4+
version = "0.8.3"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -16,3 +16,4 @@ AbstractNFFTsChainRulesCoreExt = "ChainRulesCore"
1616

1717
[compat]
1818
julia = "1.6"
19+
ChainRulesCore = "1"

0 commit comments

Comments
 (0)