Skip to content

Commit 1244b98

Browse files
CompatHelper: bump compat for "Zygote" to "0.6" for package test (#205)
This pull request changes the compat entry for the `Zygote` package from `0.5.4` to `0.5.4, 0.6` for package test. 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 14dbb9f commit 1244b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ SpecialFunctions = "0.10.3, 1.0"
5656
StatsBase = "0.33"
5757
StatsFuns = "0.9.5"
5858
Tracker = "0.2.11"
59-
Zygote = "0.5.4"
59+
Zygote = "0.5.4, 0.6"
6060
ZygoteRules = "0.2"
6161
julia = "1.3"

0 commit comments

Comments
 (0)