Skip to content

Commit 0946909

Browse files
authored
bump version (#52)
1 parent 6c25726 commit 0946909

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tiny-solver"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
edition = "2021"
55
authors = ["Powei Lin <poweilin1994@gmail.com>, Hossam R. <hrabbouh@gmail.com>"]
66
readme = "README.md"
@@ -15,11 +15,11 @@ exclude = ["/.github/*", "*.ipynb", "./scripts/*", "examples/*", "tests/"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
faer = "0.21.5"
19-
faer-ext = { version = "0.5.0", features = ["nalgebra"] }
20-
log = "0.4.26"
18+
faer = "0.22.4"
19+
faer-ext = { version = "0.6.0", features = ["nalgebra"] }
20+
log = "0.4.27"
2121
nalgebra = "0.33.2"
22-
num-dual = "0.11.0"
22+
num-dual = "0.11.1"
2323
num-traits = "0.2.19"
2424
numpy = { version = "0.23.0", features = ["nalgebra"], optional = true }
2525
pyo3 = { version = "0.23.3", features = ["abi3", "abi3-py38"], optional = true }
@@ -41,11 +41,11 @@ name = "parking-garage"
4141
python = ["num-dual/python", "numpy", "pyo3"]
4242

4343
[dev-dependencies]
44-
env_logger = "0.11.7"
44+
env_logger = "0.11.8"
4545
itertools = "0.14.0"
4646
nalgebra = { version = "0.33.2", features = ["rand"] }
4747
plotters = "0.3.6"
48-
rand = "0.8.5"
48+
rand = "0.9.1"
4949

5050
[profile.dev.package.faer]
5151
opt-level = 3

0 commit comments

Comments
 (0)