Skip to content

Commit

Permalink
add version bounds for stdlib packages (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaykm authored Oct 26, 2023
1 parent fcafcd2 commit 6d72f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ OpenPolicyAgent_jll = "6ea5c882-2ec3-5826-84d1-aff636352c13"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"

[compat]
Dates = "1.6"
OpenAPI = "0.1"
TimeZones = "1"
julia = "1"
julia = "1.6"
OpenPolicyAgent_jll = "0.55"

[extras]
Expand Down

2 comments on commit 6d72f2a

@tanmaykm
Copy link
Member Author

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 updated: JuliaRegistries/General/94143

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.1.1 -m "<description of version>" 6d72f2a5a8861b8e2c60b2eeb27bfee22d958a82
git push origin v0.1.1

Please sign in to comment.