Skip to content

Commit

Permalink
Update to derive_more v1.0 (#127)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook/starlark-rust#127

Reviewed By: zertosh, dtolnay

Differential Revision: D61429211

Pulled By: ndmitchell

fbshipit-source-id: 90fef0f102791d83a3c46432d6260e8882379abd
  • Loading branch information
jayvdb authored and facebook-github-bot committed Aug 26, 2024
1 parent 1498742 commit e948cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ thiserror = "1.0.36"
unicode-segmentation = "1.7"

[dev-dependencies]
derive_more = "0.99"
derive_more = { version = "1.0.0", features = ["full"] }
tokio = { version = "1.5", features = ["macros", "rt-multi-thread", "time"] }

0 comments on commit e948cfd

Please sign in to comment.