From af1ac9baa26b1199ae2728e91adf5345bcd1c693 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 5 May 2024 18:18:10 +0200 Subject: Release v0.19.0 --- crates/rapier2d-f64/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/rapier2d-f64') diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index cb7baec..f80aa03 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d-f64" -version = "0.18.0" +version = "0.19.0" authors = ["Sébastien Crozet "] description = "2-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier2d" @@ -52,7 +52,7 @@ vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = ["now"], optional = true } num-traits = "0.2" nalgebra = "0.32" -parry2d-f64 = "0.14.0" +parry2d-f64 = "0.15.0" simba = "0.8" approx = "0.5" rayon = { version = "1", optional = true } -- cgit