Skip to content

Commit

Permalink
Add CRlibm-1.0 compatibility
Browse files Browse the repository at this point in the history
This allows IntervalArithmetic to be used with the binarybuilder version
of CRlibm.  We need CRlibm-1.0.1 at minimum due to an issue with 32 bit
systems.
  • Loading branch information
c42f committed Feb 25, 2021
1 parent b70940d commit 2e6c271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "IntervalArithmetic"
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
repo = "https://github.com/JuliaIntervals/IntervalArithmetic.jl.git"
version = "0.17.7"
version = "0.17.8"

[deps]
CRlibm = "96374032-68de-5a5b-8d9e-752f78720389"
Expand All @@ -15,7 +15,7 @@ SetRounding = "3cc68bcd-71a2-5612-b932-767ffbe40ab0"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
CRlibm = "0.7, 0.8"
CRlibm = "0.7, 0.8, 1.0.1"
FastRounding = "0.2"
Polynomials = "0.7"
RecipesBase = "1.0"
Expand Down

0 comments on commit 2e6c271

Please sign in to comment.