From c2db6ab14259e661f8c12cba29da9d0e6b0728d3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jan 2025 00:25:21 +0000 Subject: [PATCH] CompatHelper: bump compat for Zygote to 0.7 for package downstream, (keep existing compat) --- test/downstream/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/downstream/Project.toml b/test/downstream/Project.toml index d70305101..d148b10b7 100644 --- a/test/downstream/Project.toml +++ b/test/downstream/Project.toml @@ -56,4 +56,4 @@ SymbolicIndexingInterface = "0.3" SymbolicUtils = "<1.6, 2, 3" Tables = "1" Unitful = "1.12" -Zygote = "0.6" +Zygote = "0.6, 0.7"