Skip to content

Commit 4b3cd6c

Browse files
torokati44emilio
authored andcommitted
Allow itertools 0.13, bump Cargo.lock to it
1 parent 9ed74e7 commit 4b3cd6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/Cargo.toml

+1-1
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.10,<0.13", default-features = false }
32+
itertools = { version = ">=0.10,<0.14", default-features = false }
3333
log = { version = "0.4", optional = true }
3434
prettyplease = { version = "0.2.7", optional = true, features = ["verbatim"] }
3535
proc-macro2 = { version = "1", default-features = false }

0 commit comments

Comments
 (0)