Skip to content

Commit 67f886a

Browse files
author
Jon Drobny
committed
Update parry in cargo.
1 parent 9415bea commit 67f886a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ serde = { version = "1.0.163", features = ["derive"] }
2929
hdf5 = {version = "0.7.1", optional = true}
3030
rcpr = { git = "https://github.com/drobnyjt/rcpr", optional = true}
3131
ndarray = {version = "0.14.0", features = ["serde"], optional = true}
32-
parry3d-f64 = {optional = true, version="0.2.0"}
33-
parry2d-f64 = {optional = false, version="0.17.0"}
32+
parry3d-f64 = {optional = true, version="0.23.0"}
33+
parry2d-f64 = {optional = false, version="0.23.0"}
3434

3535
[dependencies.pyo3]
3636
version = "0.19.0"

0 commit comments

Comments
 (0)