Skip to content

Commit

Permalink
add compat for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengcheng1230 committed Dec 27, 2019
1 parent ff39af4 commit cc709c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"

[compat]
julia = "1"
BinaryProvider = "0.5.8"
MLStyle = "0.3.1"

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

1 comment on commit cc709c7

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" cc709c7c40d93952495b1dca250fd73ad149cc37
git push origin v0.3.0

Please sign in to comment.