bump version dev

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

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 23 Jan 2025 23:38:40 +0100
branch
dev
changeset 89
8513a10c5dd9
parent 88
086a59b3a2b4
child 90
b3c35d16affe

bump version

Cargo.lock file | annotate | diff | comparison | revisions
Cargo.toml file | annotate | diff | comparison | revisions
--- a/Cargo.lock	Sun Jan 19 22:33:21 2025 +0100
+++ b/Cargo.lock	Thu Jan 23 23:38:40 2025 +0100
@@ -1,10 +1,10 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 [[package]]
 name = "alg_tools"
-version = "0.3.0-dev"
+version = "0.3.0"
 dependencies = [
  "anyhow",
  "colored",
--- a/Cargo.toml	Sun Jan 19 22:33:21 2025 +0100
+++ b/Cargo.toml	Thu Jan 23 23:38:40 2025 +0100
@@ -1,8 +1,8 @@
 [package]
 name = "alg_tools"
-version = "0.3.0-dev"
+version = "0.3.0"
 edition = "2021"
-rust-version = "1.67"
+rust-version = "1.85"
 authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
 description = "Utility routines for iterative numerical algorithms"
 homepage = "https://tuomov.iki.fi/software/alg_tools/"

mercurial