Skip to content

Commit

Permalink
Update the Cargo.toml
Browse files Browse the repository at this point in the history
Summary: As I upgraded derive-more, I should have updated the Cargo.toml.

Reviewed By: dtolnay

Differential Revision: D61874801

fbshipit-source-id: 4c1cece70d3f1bb1f265a73d4182ed18d918dad2
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Aug 27, 2024
1 parent eb01657 commit d732d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ctor = "0.1.16"
dashmap = "5.5.3"
debugserver-types = "0.5.0"
derivative = "2.2"
derive_more = "0.99.3"
derive_more = { version = "1.0.0", features = ["full"] }
digest = "0.10"
dirs = "3.0.1"
dunce = "1.0.2"
Expand Down

0 comments on commit d732d18

Please sign in to comment.