From 48d0df11d7a6a28907945b17b839313c848e3a6e Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 8 Aug 2021 18:46:55 +0200 Subject: Release v0.11.0 --- build/rapier3d-f64/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build/rapier3d-f64') diff --git a/build/rapier3d-f64/Cargo.toml b/build/rapier3d-f64/Cargo.toml index 044384a..dd2b1cc 100644 --- a/build/rapier3d-f64/Cargo.toml +++ b/build/rapier3d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d-f64" -version = "0.10.1" +version = "0.11.0" authors = [ "Sébastien Crozet " ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" @@ -47,9 +47,9 @@ required-features = [ "dim3", "f64" ] vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = [ "now" ]} num-traits = "0.2" -nalgebra = "0.28" -parry3d-f64 = "0.6" -simba = "0.5" +nalgebra = "0.29" +parry3d-f64 = "0.7" +simba = "0.6" approx = "0.5" rayon = { version = "1", optional = true } crossbeam = "0.8" -- cgit