From d3b4905e07bf1883f5f22646b3455eac90819d81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:09:42 +0530 Subject: [PATCH] CompatHelper: add new compat entry for StableRNGs at version 1 for package test, (keep existing compat) (#397) Co-authored-by: CompatHelper Julia --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index f749b28ee..7191c5064 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -46,5 +46,6 @@ Optimisers = "0.4" Random = "1.10" SafeTestsets = "0.1" SpecialFunctions = "2.4" +StableRNGs = "1" Statistics = "1.10" Test = "1.10"