Skip to content

Commit e146322

Browse files
authored
Merge pull request #70 from JuliaRobotics/21Q1/compat/staticarr1
StaticArrays compat v1
2 parents 33e718c + 5688941 commit e146322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LCMCore"
22
uuid = "0ea44823-1ff1-5b9a-8293-5fd55a38e746"
3-
version = "0.6.1"
3+
version = "0.6.2"
44

55
[deps]
66
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -12,7 +12,7 @@ UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
1212

1313
[compat]
1414
FastIOBuffers = "≥ 0.2.0"
15-
StaticArrays = "≥ 0.5.0"
15+
StaticArrays = "≥ 0.5.0, 1"
1616
UnsafeArrays = "≥ 0.2.0"
1717
julia = "≥ 0.7.0"
1818

0 commit comments

Comments
 (0)