Skip to content

Commit

Permalink
Change libsingular_julia_jll dependency to use a *fixed* version
Browse files Browse the repository at this point in the history
We don't want an old Singular.jl version to use a newer libsingular_julia_jll
as that would cause a treehash mismatch; besides, it is problematic anyway if
done by accident.
  • Loading branch information
fingolfin committed May 23, 2023
1 parent 856f658 commit 60be270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Nemo = "0.33.0, 0.34.0"
RandomExtensions = "0.4.2"
Singular_jll = "~403.201.001"
julia = "1.6"
libsingular_julia_jll = "~0.30.0"
libsingular_julia_jll = "=0.30.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 60be270

Please sign in to comment.