Skip to content

Commit

Permalink
Release v0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Aug 8, 2021
1 parent 721b303 commit 0db8d03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/ncollide2d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ncollide2d"
version = "0.31.0"
version = "0.32.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]

description = "2 and 3-dimensional collision detection library in Rust. Will be superseded by the parry2d crate."
Expand Down Expand Up @@ -38,8 +38,8 @@ smallvec = "1"
slab = "0.4"
slotmap = "1"
petgraph = "0.5"
simba = "0.5"
nalgebra = "0.28"
simba = "0.6"
nalgebra = "0.29"
approx = { version = "0.5", default-features = false }
serde = { version = "1.0", optional = true, features = ["derive"]}

Expand Down
6 changes: 3 additions & 3 deletions build/ncollide3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ncollide3d"
version = "0.31.0"
version = "0.32.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]

description = "2 and 3-dimensional collision detection library in Rust. Will be superseded by the parry3d crate."
Expand Down Expand Up @@ -38,8 +38,8 @@ smallvec = "1"
slab = "0.4"
slotmap = "1"
petgraph = "0.5"
simba = "0.5"
nalgebra = "0.28"
simba = "0.6"
nalgebra = "0.29"
approx = { version = "0.5", default-features = false }
serde = { version = "1.0", optional = true, features = ["derive", "rc"]}

Expand Down

0 comments on commit 0db8d03

Please sign in to comment.