Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
update itertools: 13.0.0 -> 14.0.0
Browse files Browse the repository at this point in the history
Summary:
[Changes](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) to be aware of, with [971](rust-itertools/itertools#971) as my favourite:

 {F1974159737}

Differential Revision: D67751950

fbshipit-source-id: d5e39b7c685840b40aa7ba1b5015e8ccaea32b72
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Jan 2, 2025
1 parent 90575bd commit 053ff58
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.13.0"
itertools = "0.14.0"
num_enum = "0.5"
ocamlrep = { path = "vendor/ocaml/interop/ocamlrep" }
ocamlrep_ocamlpool = { path = "vendor/ocaml/interop/ocamlrep_ocamlpool" }
Expand Down

0 comments on commit 053ff58

Please sign in to comment.