diff --git a/C/ConstrainedShortestPaths/Compat.toml b/C/ConstrainedShortestPaths/Compat.toml index 9f2d5769d816f8b..ec405c993845442 100644 --- a/C/ConstrainedShortestPaths/Compat.toml +++ b/C/ConstrainedShortestPaths/Compat.toml @@ -2,5 +2,11 @@ DataStructures = "0.18" Graphs = "1" SimpleTraits = "0.9" -Statistics = "1.7.0-1" julia = "1.7.0-1" + +["0-0.2"] +Statistics = "1.7.0-1" + +["0.3-0"] +SparseArrays = ["0.0.0", "1"] +Statistics = ["0.0.0", "1"] diff --git a/C/ConstrainedShortestPaths/Versions.toml b/C/ConstrainedShortestPaths/Versions.toml index 7e9c887206b43de..1dfe81ab4736cd6 100644 --- a/C/ConstrainedShortestPaths/Versions.toml +++ b/C/ConstrainedShortestPaths/Versions.toml @@ -6,3 +6,6 @@ git-tree-sha1 = "452e2c2213114d689186f2400168d697d7c7bcd6" ["0.2.1"] git-tree-sha1 = "fb018422ddefd1a9f12be6a92ddff0ba9542ac27" + +["0.3.0"] +git-tree-sha1 = "f2e5544fef670d5665735e92242ad344a2521cb1"