From 5e0e56266b766802de96ce37413059d5f0da966e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 13:16:30 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.28 for package turing, (keep existing compat) (#509) Co-authored-by: CompatHelper Julia --- test/turing/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/turing/Project.toml b/test/turing/Project.toml index aa69b3c1b..c5e9e4509 100644 --- a/test/turing/Project.toml +++ b/test/turing/Project.toml @@ -7,5 +7,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] DynamicPPL = "0.20, 0.21, 0.22, 0.23" -Turing = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27" +Turing = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28" julia = "1.6"