Skip to content

Commit

Permalink
Use latest libsingular_julia_jll (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jul 6, 2023
1 parent 694c0ac commit c9c973e
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,6 +1,6 @@
name = "Singular"
uuid = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"
version = "0.18.7"
version = "0.18.8"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand Down Expand Up @@ -28,4 +28,4 @@ RandomExtensions = "0.4.2"
Singular_jll = "~403.203.202"
julia = "1.6"
lib4ti2_jll = "1.6.10"
libsingular_julia_jll = "~0.34.0"
libsingular_julia_jll = "~0.35.0"

2 comments on commit c9c973e

@thofma
Copy link
Collaborator

@thofma thofma commented on c9c973e Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/86965

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.18.8 -m "<description of version>" c9c973e7c0a12d05a7527e0b6ce92939bebb6a17
git push origin v0.18.8

Please sign in to comment.