diff -r d5d746465b6e -r 3bf904bfae78 Cargo.toml --- a/Cargo.toml Tue Apr 01 21:45:15 2025 -0500 +++ b/Cargo.toml Sun Apr 27 20:36:13 2025 -0500 @@ -1,6 +1,6 @@ [package] name = "non-riemannian-opt" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Tuomo Valkonen ", "Heikki von Koch "] description = "Simple optimisation experiments on non-Riemannian manifolds" @@ -16,7 +16,7 @@ categories = ["mathematics", "science", "computer-vision"] [dependencies.alg_tools] -version = "~0.3.0" +version = ">=0.3.2" path = "../alg_tools" default-features = false