Skip to content

Commit

Permalink
Make everyone use a consistent itertools
Browse files Browse the repository at this point in the history
Summary: Better to be consistent.

Reviewed By: krallin

Differential Revision: D36400439

fbshipit-source-id: 62e3f8279bb551e02757d02d27636450a3acc880
  • Loading branch information
ndmitchell authored and facebook-github-bot committed May 16, 2022
1 parent 7bc5c26 commit f7130d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lalrpop-util = "0.19.7"
indexmap = { version = "1.6", features = ["serde-1"] }
indenter = { version = "0.3.3", features = ["std"] }
indoc = "1.0"
itertools = "0.9"
itertools = "0.10.0"
once_cell = "1.3"
bumpalo = "3.8"
paste = "1.0"
Expand Down

0 comments on commit f7130d0

Please sign in to comment.