Skip to content

Commit

Permalink
add compat section to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bzinberg committed Jul 28, 2021
1 parent 52d5fdc commit bbe911d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
julia = "1.5"
DocStringExtensions = "0.8.5"
Rotations = "1.0"
StaticArrays = "1.0"

0 comments on commit bbe911d

Please sign in to comment.