From d34c8d180ff303668c45e932c81100cae15fb75a Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Mon, 5 Apr 2021 05:17:23 -0400 Subject: [PATCH] update version: using GenericLinearAlgebra --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0a3e962c..d9c08043 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ repo = "https://github.com/JeffreySarnoff/ArbNumerics.jl.git" keywords = ["math", "floating-point", "extended-precision", "accuracy", "precision"] author = "Jeffrey Sarnoff" license = "MIT" -version = "v1.2.4" +version = "v1.2.5" [deps] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"