Skip to content

Commit 072d1bb

Browse files
committed
revert me: projects: add sources until GraphProperties is registered
1 parent 64b2b55 commit 072d1bb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ SharedArrays = "1"
2727
SimpleTraits = "0.9.1"
2828
SparseArrays = "1"
2929
Statistics = "1"
30-
julia = "1.10"
30+
julia = "1.10"
31+
32+
[sources]
33+
GraphProperties = {url = "https://github.com/JuliaGraphs/GraphProperties.jl"}

test/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2222
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2323

2424
[compat]
25-
JuliaFormatter = "1"
25+
JuliaFormatter = "1"
26+
27+
[sources]
28+
GraphProperties = {url = "https://github.com/JuliaGraphs/GraphProperties.jl"}

0 commit comments

Comments
 (0)