Skip to content

Commit 2f541ed

Browse files
committed
Replace REQUIRE with Project.toml.
1 parent 972246e commit 2f541ed

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
/Manifest.toml

Project.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name = "StaticArrays"
2+
uuid = "90137ffa-7385-5640-81b9-e52037218182"
3+
version = "0.10.3"
4+
5+
[deps]
6+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9+
10+
[extras]
11+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
12+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
13+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14+
15+
[targets]
16+
test = ["InteractiveUtils", "SpecialFunctions", "Test"]

REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)