Skip to content

Commit

Permalink
Appease Registrator.jl, update appveyor (drop 0.7).
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Dec 7, 2019
1 parent dc28989 commit 91572b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
StaticArrays = ">=0.10.0"
julia = "0.7, 1.0"
StaticArrays = "0.10"
julia = "0.7, 1"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1
- julia_version: nightly

Expand Down

2 comments on commit 91572b9

@tkoolen
Copy link
Contributor Author

@tkoolen tkoolen commented on 91572b9 Dec 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Fix deprecation warnings with newer StaticArrays versions (#104).

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

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.12.1 -m "<description of version>" 91572b9d28c7c0cee6e5d5b3be704f0abfc76529
git push origin v0.12.1

Please sign in to comment.