Skip to content

Commit 45a49a3

Browse files
authored
Merge pull request #72 from JuliaRobotics/21Q1/compat/fixguidelines
Compat according to Registrator guidelines
2 parents e146322 + 86e7ba8 commit 45a49a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66
- osx
77
julia:
88
- 1.0
9-
- 1.1
9+
- 1.6
1010
- nightly
1111
notifications:
1212
email: false

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1111
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
1212

1313
[compat]
14-
FastIOBuffers = "0.2.0"
15-
StaticArrays = "0.5.0, 1"
16-
UnsafeArrays = "0.2.0"
17-
julia = "0.7.0"
14+
FastIOBuffers = "0.2, 0.3"
15+
StaticArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 1"
16+
UnsafeArrays = "0.2, 0.3, 0.4, 1"
17+
julia = "0.7, 1"
1818

1919
[extras]
2020
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

0 commit comments

Comments
 (0)