From 8aeb31528b9a77f5a701fd2d82deb292b414551e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 12 Apr 2023 00:41:38 +0000 Subject: [PATCH] CompatHelper: bump compat for Observers to 0.1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index abbc7adf..63936141 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ IsApprox = "0.1.7" IterTools = "1.4.0" KrylovKit = "0.6.0" NamedGraphs = "0.1.11" -Observers = "0.0.8" +Observers = "0.0.8, 0.1" Requires = "1.3" SimpleTraits = "0.9" SparseArrayKit = "0.2.1"