Skip to content

Commit 9083299

Browse files
CompatHelper: bump compat for "ChainRulesCore" to "0.10" (#255)
This pull request changes the compat entry for the `ChainRulesCore` package from `0.9.7` to `0.9.7, 0.10`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: David Widmann <[email protected]>
1 parent 2fa9258 commit 9083299

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 = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.11.1"
3+
version = "0.11.2"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -16,7 +16,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
1616
AbstractMCMC = "2, 3.0"
1717
AbstractPPL = "0.1.2"
1818
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
19-
ChainRulesCore = "0.9.7"
19+
ChainRulesCore = "0.9.7, 0.10"
2020
Distributions = "0.23.8, 0.24, 0.25"
2121
MacroTools = "0.5.6"
2222
ZygoteRules = "0.2"

0 commit comments

Comments
 (0)