bump version dev

Thu, 23 Jan 2025 23:39:40 +0100

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 23 Jan 2025 23:39:40 +0100
branch
dev
changeset 43
aacd9af21b3a
parent 42
6a7365d73e4c
child 44
03251c546744

bump version

Cargo.lock file | annotate | diff | comparison | revisions
Cargo.toml file | annotate | diff | comparison | revisions
--- a/Cargo.lock	Sun Jan 26 11:58:02 2025 -0500
+++ b/Cargo.lock	Thu Jan 23 23:39:40 2025 +0100
@@ -1,6 +1,6 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 [[package]]
 name = "GSL"
@@ -33,7 +33,7 @@
 
 [[package]]
 name = "alg_tools"
-version = "0.3.0-dev"
+version = "0.3.0"
 dependencies = [
  "anyhow",
  "colored",
@@ -711,7 +711,7 @@
 
 [[package]]
 name = "pointsource_algs"
-version = "2.0.0-dev"
+version = "2.0.0-pre"
 dependencies = [
  "GSL",
  "alg_tools",
--- a/Cargo.toml	Sun Jan 26 11:58:02 2025 -0500
+++ b/Cargo.toml	Thu Jan 23 23:39:40 2025 +0100
@@ -1,8 +1,8 @@
 [package]
 name = "pointsource_algs"
-version = "2.0.0-dev"
+version = "2.0.0-pre"
 edition = "2021"
-rust-version = "1.67"
+rust-version = "1.85"
 authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
 description = "Algorithms for point source localisation"
 homepage = "https://tuomov.iki.fi/software/pointsource_algs/"

mercurial