Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecaa3ea

Browse files
committedJan 29, 2025·
Consistently use the latest itertools.
1 parent 6be8c4c commit ecaa3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎crates/intrinsic-test/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ log = "0.4.11"
1919
pretty_env_logger = "0.5.0"
2020
rayon = "1.5.0"
2121
diff = "0.1.12"
22-
itertools = "0.11.0"
22+
itertools = "0.14.0"

0 commit comments

Comments
 (0)
Please sign in to comment.