aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier2d/Cargo.toml')
-rw-r--r--crates/rapier2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml
index 78a4e5c..a4d8ecf 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -63,7 +63,7 @@ rustc-hash = "1"
serde = { version = "1", features = [ "derive" ], optional = true }
indexmap = { version = "1", features = [ "serde-1" ], optional = true }
downcast-rs = "1.2"
-num-derive = "0.3"
+num-derive = "0.4"
bitflags = "1"
[dev-dependencies]