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

Commit 053ff58

Browse files
update itertools: 13.0.0 -> 14.0.0
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
1 parent 90575bd commit 053ff58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ path = "print_cst.rs"
2424
[dependencies]
2525
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
2626
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
27-
itertools = "0.13.0"
27+
itertools = "0.14.0"
2828
num_enum = "0.5"
2929
ocamlrep = { path = "vendor/ocaml/interop/ocamlrep" }
3030
ocamlrep_ocamlpool = { path = "vendor/ocaml/interop/ocamlrep_ocamlpool" }

0 commit comments

Comments
 (0)