Require newer alg_tools that fixes build problems with stable (instead of nightly) rust. default tip

Sun, 27 Apr 2025 20:36:13 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 27 Apr 2025 20:36:13 -0500
changeset 66
3bf904bfae78
parent 65
d5d746465b6e

Require newer alg_tools that fixes build problems with stable (instead of nightly) rust.

Cargo.lock file | annotate | diff | comparison | revisions
Cargo.toml file | annotate | diff | comparison | revisions
--- a/Cargo.lock	Tue Apr 01 21:45:15 2025 -0500
+++ b/Cargo.lock	Sun Apr 27 20:36:13 2025 -0500
@@ -19,7 +19,7 @@
 
 [[package]]
 name = "alg_tools"
-version = "0.3.0"
+version = "0.3.2"
 dependencies = [
  "anyhow",
  "colored",
@@ -31,6 +31,7 @@
  "num-traits",
  "numeric_literals",
  "rayon",
+ "rustc_version",
  "serde",
  "serde_json",
  "simba",
@@ -589,7 +590,7 @@
 
 [[package]]
 name = "non-riemannian-opt"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "alg_tools",
  "colored",
@@ -933,6 +934,15 @@
 checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
 
 [[package]]
+name = "rustc_version"
+version = "0.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
+dependencies = [
+ "semver",
+]
+
+[[package]]
 name = "ryu"
 version = "1.0.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -948,6 +958,12 @@
 ]
 
 [[package]]
+name = "semver"
+version = "1.0.26"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
+
+[[package]]
 name = "serde"
 version = "1.0.215"
 source = "registry+https://github.com/rust-lang/crates.io-index"
--- a/Cargo.toml	Tue Apr 01 21:45:15 2025 -0500
+++ b/Cargo.toml	Sun Apr 27 20:36:13 2025 -0500
@@ -1,6 +1,6 @@
 [package]
 name = "non-riemannian-opt"
-version = "0.1.0"
+version = "0.1.1"
 edition = "2021"
 authors = ["Tuomo Valkonen <tuomov@iki.fi>", "Heikki von Koch <heikki.vonkoch@helsinki.fi>"]
 description = "Simple optimisation experiments on non-Riemannian manifolds"
@@ -16,7 +16,7 @@
 categories = ["mathematics", "science", "computer-vision"]
 
 [dependencies.alg_tools]
-version = "~0.3.0"
+version = ">=0.3.2"
 path = "../alg_tools"
 default-features = false
 

mercurial