diff options
Diffstat (limited to 'crates/rapier3d/Cargo.toml')
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index d8e61a1..9095540 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -58,7 +58,7 @@ approx = "0.5" rayon = { version = "1", optional = true } crossbeam = "0.8" arrayvec = "0.7" -bit-vec = "0.6" +bit-vec = "0.7" rustc-hash = "2" serde = { version = "1", features = ["derive"], optional = true } downcast-rs = "1.2" |
