Skip to content

Commit

Permalink
Merge pull request #70 from JuliaRobotics/21Q1/compat/staticarr1
Browse files Browse the repository at this point in the history
StaticArrays compat v1
  • Loading branch information
dehann authored Mar 29, 2021
2 parents 33e718c + 5688941 commit e146322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LCMCore"
uuid = "0ea44823-1ff1-5b9a-8293-5fd55a38e746"
version = "0.6.1"
version = "0.6.2"

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

[compat]
FastIOBuffers = "≥ 0.2.0"
StaticArrays = "≥ 0.5.0"
StaticArrays = "≥ 0.5.0, 1"
UnsafeArrays = "≥ 0.2.0"
julia = "≥ 0.7.0"

Expand Down

0 comments on commit e146322

Please sign in to comment.