Skip to content

Commit

Permalink
Add a compat entry for stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Nov 24, 2023
1 parent 00866b6 commit 60762a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
julia = "^1.6.0"
julia = "1.6"
LinearAlgebra = "1.6"
Printf = "1.6"
SparseArrays = "1.6"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

0 comments on commit 60762a0

Please sign in to comment.