Skip to content

Commit

Permalink
add compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Mar 17, 2021
1 parent d3766d1 commit 359462d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Rsvg = "c4c386cf-5103-5370-be45-f3a111cca3b8"

[compat]
julia = "1.3"
CairoMakie = "0.3"
Rsvg = "1"
LaTeXStrings = "1.2"
Cairo = "1.0.4"
AbstractPlotting = "0.15"
Colors = "0.9, 0.10, 0.11, 0.12"

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

2 comments on commit 359462d

@SimonDanisch
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 register()

@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/32174

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.0.1 -m "<description of version>" 359462d0136ec52810ff387acf3f81c2af3837a1
git push origin v0.0.1

Please sign in to comment.