diff -r 0693cc9ba9f0 -r 83a95f2e1f4d Cargo.toml --- a/Cargo.toml Mon Feb 17 13:51:50 2025 -0500 +++ b/Cargo.toml Sun Apr 27 15:03:20 2025 -0500 @@ -1,6 +1,6 @@ [package] name = "pointsource_algs" -version = "2.0.0-pre" +version = "3.0.0-dev" edition = "2021" rust-version = "1.85" authors = ["Tuomo Valkonen "] @@ -22,7 +22,7 @@ categories = ["mathematics", "science", "computer-vision"] [dependencies.alg_tools] -version = "~0.3.0-dev" +version = "~0.3.1-dev" path = "../alg_tools" default-features = false features = ["nightly"]