From b22d8eda6a7e3a5ee32f193bcf0cb1c253c3e0b8 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sat, 30 Apr 2022 17:34:47 +0200 Subject: Release v0.12.0 --- crates/rapier2d/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/rapier2d') diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index 172c3c8..d9eb7e9 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.12.0-alpha.1" +version = "0.12.0" authors = [ "Sébastien Crozet " ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" @@ -47,8 +47,8 @@ required-features = [ "dim2", "f32" ] vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = [ "now" ]} num-traits = "0.2" -nalgebra = "0.30" -parry2d = "0.8" +nalgebra = "0.31" +parry2d = "0.9" simba = "0.7" approx = "0.5" rayon = { version = "1", optional = true } -- cgit