From 07d74b712b5a5fcd4b87197e8ecd20d4ddd6917f Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Wed, 9 Feb 2022 15:47:24 -0500 Subject: [PATCH] update compat for FastRounding (#507) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1c98f2cbd..169395990 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CRlibm = "0.7, 0.8, 1" IntervalContractors = "0.4" -FastRounding = "0.2" +FastRounding = "0.2, 0.3" Polynomials = "0.7" RecipesBase = "1.0" RoundingEmulator = "0.2"