diff --git a/build/ncollide2d/Cargo.toml b/build/ncollide2d/Cargo.toml index 2d87c44c..737e3160 100644 --- a/build/ncollide2d/Cargo.toml +++ b/build/ncollide2d/Cargo.toml @@ -38,12 +38,12 @@ smallvec = "1" slab = "0.4" slotmap = "1" petgraph = "0.6" -simba = "0.7" -nalgebra = "0.30" +simba = "0.8" +nalgebra = "0.32" approx = { version = "0.5", default-features = false } serde = { version = "1.0", optional = true, features = ["derive"]} [dev-dependencies] -nalgebra = { version = "0.30", features = ["rand"] } +nalgebra = { version = "0.32", features = ["rand"] } rand = { version = "0.8" } -simba = { version = "0.7", features = [ "partial_fixed_point_support" ] } +simba = { version = "0.8", features = [ "partial_fixed_point_support" ] } diff --git a/build/ncollide3d/Cargo.toml b/build/ncollide3d/Cargo.toml index 7b7e61cd..77c1803f 100644 --- a/build/ncollide3d/Cargo.toml +++ b/build/ncollide3d/Cargo.toml @@ -38,12 +38,12 @@ smallvec = "1" slab = "0.4" slotmap = "1" petgraph = "0.6" -simba = "0.7" -nalgebra = "0.30" +simba = "0.8" +nalgebra = "0.32" approx = { version = "0.5", default-features = false } serde = { version = "1.0", optional = true, features = ["derive", "rc"]} [dev-dependencies] -nalgebra = { version = "0.30", features = ["rand"] } +nalgebra = { version = "0.32", features = ["rand"] } rand = { version = "0.8" } rand_isaac = "0.3"