Skip to content

Commit

Permalink
Merge pull request #517 from waywardmonkeys/update-dep-num-derive
Browse files Browse the repository at this point in the history
deps: Update `num-derive` from `0.3` to `0.4`.
  • Loading branch information
sebcrozet authored Aug 27, 2023
2 parents 958fba8 + 5ae5f4d commit 5c6def3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/rapier2d-f64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/rapier2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/rapier3d-f64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/rapier3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5c6def3

Please sign in to comment.