Skip to content

Commit 006d848

Browse files
committed
Update itertools and allow itertools 0.10 too.
This can help avoid duplicate dependencies when using bindgen as a library.
1 parent 00f0273 commit 006d848

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ annotate-snippets = { version = "0.9.1", features = ["color"], optional = true }
2929
bitflags = "2.2.1"
3030
cexpr = "0.6"
3131
clang-sys = { version = "1", features = ["clang_6_0"] }
32-
itertools = { version = "0.12.0", default-features = false }
32+
itertools = { version = ">=0.10,<0.13", default-features = false }
3333
lazy_static = "1"
3434
lazycell = "1"
3535
log = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)