Cargo.toml

branch
dev
changeset 59
83a95f2e1f4d
parent 58
6099ba025aac
child 60
9738b51d90d7
--- 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 <tuomov@iki.fi>"]
@@ -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"]

mercurial