Skip to content

Commit

Permalink
Update deps and compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanan committed Apr 4, 2020
1 parent afc1c14 commit 4cabb6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Compat = "≥ 1.0.0"
IterativeSolvers = "≥ 0.6.0"
julia = "≥ 1.0.0"
Compat = "3.0.0"
CompatHelper = "1.3.0"
IterativeSolvers = "0.8.3"
julia = "1.4.0"

[extras]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand Down

2 comments on commit 4cabb6d

@ranjanan
Copy link
Collaborator 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/12180

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.3.0 -m "<description of version>" 4cabb6d9cfd854de7849a4ec0ff2fce6e8028708
git push origin v0.3.0

Please sign in to comment.