# HG changeset patch # User Tuomo Valkonen # Date 1737671920 -3600 # Node ID 8513a10c5dd937c3fed7159cf9ca04ef46c2a981 # Parent 086a59b3a2b44391fd021a6d198a5678f20e2801 bump version diff -r 086a59b3a2b4 -r 8513a10c5dd9 Cargo.lock --- 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", diff -r 086a59b3a2b4 -r 8513a10c5dd9 Cargo.toml --- 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 "] description = "Utility routines for iterative numerical algorithms" homepage = "https://tuomov.iki.fi/software/alg_tools/"