Skip to content

Commit

Permalink
Allow LibCURL_jll 8 (#112)
Browse files Browse the repository at this point in the history
The new series is completely API/ABI-compatible with version 7, the major version was bumped just to celebrate the 25th anniversary
  • Loading branch information
giordano authored Mar 21, 2023
1 parent fd8af64 commit a65b64f
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,13 +1,13 @@
name = "LibCURL"
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
version = "0.6.3"
version = "0.6.4"

[deps]
LibCURL_jll = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
MozillaCACerts_jll = "14a3606d-f60d-562e-9121-12d972cd8159"

[compat]
LibCURL_jll = "7.66"
LibCURL_jll = "7.66, 8"
MozillaCACerts_jll = ">= 2020"
julia = "1.3"

Expand Down

3 comments on commit a65b64f

@fredrikekre
Copy link
Member

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/80062

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.6.4 -m "<description of version>" a65b64f6eabc932f63c2c0a4a5fb5d75f3e688d0
git push origin v0.6.4

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Register Failed
@gryumov, it looks like you are not a publicly listed member/owner in the parent organization (JuliaWeb).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

Please sign in to comment.