Skip to content

Commit

Permalink
Merge pull request #72 from JuliaRobotics/21Q1/compat/fixguidelines
Browse files Browse the repository at this point in the history
Compat according to Registrator guidelines
  • Loading branch information
dehann authored Mar 29, 2021
2 parents e146322 + 86e7ba8 commit 45a49a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
- osx
julia:
- 1.0
- 1.1
- 1.6
- nightly
notifications:
email: false
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"

[compat]
FastIOBuffers = "0.2.0"
StaticArrays = "0.5.0, 1"
UnsafeArrays = "0.2.0"
julia = "0.7.0"
FastIOBuffers = "0.2, 0.3"
StaticArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 1"
UnsafeArrays = "0.2, 0.3, 0.4, 1"
julia = "0.7, 1"

[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

0 comments on commit 45a49a3

Please sign in to comment.