Skip to content

Commit

Permalink
compat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guimarqu committed Apr 8, 2021
1 parent fd70ce3 commit 442b219
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name = "DynamicSparseArrays"
uuid = "8086fd22-9a0c-46a5-a6c8-6e24676501fe"
authors = ["Guillaume Marques <[email protected]>"]
version = "0.4.0"
version = "0.5.0"

[compat]
julia = "^1.2"
julia = "1"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Random", "Test"]
test = ["Random", "SparseArrays", "Test"]

0 comments on commit 442b219

Please sign in to comment.