From a1f427b8ba0fc64a0d6ffe1bfa08842da3dc5f36 Mon Sep 17 00:00:00 2001 From: Powei Lin Date: Sat, 26 Apr 2025 16:27:15 -0400 Subject: [PATCH] bump version --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4d582e..4390dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny-solver" -version = "0.17.0" +version = "0.17.1" edition = "2021" authors = ["Powei Lin , Hossam R. "] readme = "README.md" @@ -15,11 +15,11 @@ exclude = ["/.github/*", "*.ipynb", "./scripts/*", "examples/*", "tests/"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -faer = "0.21.5" -faer-ext = { version = "0.5.0", features = ["nalgebra"] } -log = "0.4.26" +faer = "0.22.4" +faer-ext = { version = "0.6.0", features = ["nalgebra"] } +log = "0.4.27" nalgebra = "0.33.2" -num-dual = "0.11.0" +num-dual = "0.11.1" num-traits = "0.2.19" numpy = { version = "0.23.0", features = ["nalgebra"], optional = true } pyo3 = { version = "0.23.3", features = ["abi3", "abi3-py38"], optional = true } @@ -41,11 +41,11 @@ name = "parking-garage" python = ["num-dual/python", "numpy", "pyo3"] [dev-dependencies] -env_logger = "0.11.7" +env_logger = "0.11.8" itertools = "0.14.0" nalgebra = { version = "0.33.2", features = ["rand"] } plotters = "0.3.6" -rand = "0.8.5" +rand = "0.9.1" [profile.dev.package.faer] opt-level = 3