Skip to content

Commit b5f6dd4

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
Move BenchmarkTools from deps to extras
1 parent 912a211 commit b5f6dd4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@ version = "0.1.0"
44
authors = ["S. Loisel"]
55

66
[deps]
7-
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
87
Blake3Hash = "8f478455-a32d-4928-b0e4-72b19a7d5574"
98
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
109
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
1110
MUMPS = "55d2b088-9f4e-11e9-26c0-150b02ea6a46"
1211
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1312

1413
[compat]
15-
BenchmarkTools = "1.6.3"
1614
Blake3Hash = "0.3"
1715
MPI = "0.20"
1816
MUMPS = "1.5"
1917
julia = "1.10"
2018

2119
[extras]
20+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
2221
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2322
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2423

0 commit comments

Comments
 (0)