Skip to content

Commit

Permalink
update itertools 0.11.0 -> 0.12.1
Browse files Browse the repository at this point in the history
Summary:
[Release Notes for 0.12.0](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0120)
[Release Notes for 0.12.1](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0121)

### Breaking
- Made `take_while_inclusive` consume iterator by value ([#709](rust-itertools/itertools#709)) --- there are [2 usages](https://www.internalfb.com/code/search?q=repo%3Afbcode%20take_while_inclusive&lang_filter=rust) in fbcode, verified both manually
- Added `Clone` bound to `Unique` ([#777](rust-itertools/itertools#777)) --- there are [37 usages](https://fburl.com/code/hp7vdlch) in fbcode, CI will tell if it breaks

Reviewed By: anps77

Differential Revision: D64305791

fbshipit-source-id: fe99131b206905133c4d2b75693090f5ce44f4ca
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Oct 14, 2024
1 parent 5621e36 commit 7080a2f
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 @@ -24,7 +24,7 @@ path = "print_cst.rs"
[dependencies]
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
itertools = "0.11.0"
itertools = "0.12.1"
num_enum = "0.5"
ocamlrep = { path = "vendor/ocaml/interop/ocamlrep" }
ocamlrep_ocamlpool = { path = "vendor/ocaml/interop/ocamlrep_ocamlpool" }
Expand Down

0 comments on commit 7080a2f

Please sign in to comment.