Skip to content

Commit

Permalink
Fix compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Sep 29, 2023
1 parent c321dfc commit b7ca234
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Genie = "5"
Genie = "5.19"
RemoteREPL = "0.2"
Revise = "3"
Stipple = "0.27"
Stipple = "0.27, 0.28"
Tables = "1.11"
julia = "1.6"

[extras]
Expand Down

2 comments on commit b7ca234

@essenciary
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/92403

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 v2.5.0 -m "<description of version>" b7ca23404c0b88c8384e48e8a7c86150312a08e5
git push origin v2.5.0

Please sign in to comment.