From 25a82ea325d5dae6a6d50382ec9338f5438f472e Mon Sep 17 00:00:00 2001 From: JuliaHubRegistrator Date: Thu, 8 Aug 2024 13:30:42 +0000 Subject: [PATCH] New version: ConstrainedShortestPaths v0.3.0 UUID: b3798467-87dc-4d99-943d-35a1bd39e395 Repo: https://github.com/BatyLeo/ConstrainedShortestPaths.jl.git Tree: f2e5544fef670d5665735e92242ad344a2521cb1 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 --- C/ConstrainedShortestPaths/Compat.toml | 8 +++++++- C/ConstrainedShortestPaths/Versions.toml | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) 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"