diff options
Diffstat (limited to 'crates/rapier3d')
| -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 0e8bbc4..72903ff 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -62,7 +62,7 @@ bit-vec = "0.6" rustc-hash = "1" serde = { version = "1", features = [ "derive" ], optional = true } downcast-rs = "1.2" -num-derive = "0.3" +num-derive = "0.4" bitflags = "1" [dev-dependencies] |
