From 95cec825c40c90e6166162f306fdc03e945832a0 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Sat, 3 Feb 2024 12:08:41 -0500 Subject: [PATCH] fix precision for julia 1.11 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 697457bf..90224bbc 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["math", "floating-point", "doubledouble", "extended-precision", "acc license = "MIT" desc = "extended precision floating point types using value pairs" repo = "https://github.com/JuliaMath/DoubleFloats.jl.git" -version = "1.3.0" +version = "1.3.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"