Skip to content

Commit c043d01

Browse files
committed
Update itertools to 0.11.
Because the API for `with_position` improved in 0.11 and I want to use it.
1 parent 494560c commit c043d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ diff = "0.1"
4343
dirs = "4.0"
4444
getopts = "0.2"
4545
ignore = "0.4"
46-
itertools = "0.10"
46+
itertools = "0.11"
4747
lazy_static = "1.4"
4848
regex = "1.7"
4949
serde = { version = "1.0.160", features = ["derive"] }

0 commit comments

Comments
 (0)