From 00ecd9db14e4816522bd4d985aee66c2f3fff457 Mon Sep 17 00:00:00 2001 From: Miles Lubin Date: Wed, 16 Feb 2022 09:21:56 -0500 Subject: [PATCH] Bump NaNMath version 1.0 is tagged. No breaking changes from 0.3. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 14233f29..25c3ed0d 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ DiffResults = "0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.1" DiffRules = "1.4.0" DiffTests = "0.0.1, 0.1" LogExpFunctions = "0.3" -NaNMath = "0.2.2, 0.3" +NaNMath = "0.2.2, 0.3, 1" Preferences = "1" SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1.0"