Tue, 08 Apr 2025 13:31:39 -0500
Bump alg_tools version requirement
Cargo.lock | file | annotate | diff | comparison | revisions | |
Cargo.toml | file | annotate | diff | comparison | revisions |
--- a/Cargo.lock Tue Feb 18 20:19:57 2025 -0500 +++ b/Cargo.lock Tue Apr 08 13:31:39 2025 -0500 @@ -33,7 +33,7 @@ [[package]] name = "alg_tools" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "colored",
--- a/Cargo.toml Tue Feb 18 20:19:57 2025 -0500 +++ b/Cargo.toml Tue Apr 08 13:31:39 2025 -0500 @@ -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"]