Skip to content

Commit

Permalink
Allow itertools 0.13, bump Cargo.lock to it
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored and emilio committed May 21, 2024
1 parent 9ed74e7 commit 4b3cd6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ annotate-snippets = { version = "0.9.1", features = ["color"], optional = true }
bitflags = "2.2.1"
cexpr = "0.6"
clang-sys = { version = "1", features = ["clang_6_0"] }
itertools = { version = ">=0.10,<0.13", default-features = false }
itertools = { version = ">=0.10,<0.14", default-features = false }
log = { version = "0.4", optional = true }
prettyplease = { version = "0.2.7", optional = true, features = ["verbatim"] }
proc-macro2 = { version = "1", default-features = false }
Expand Down

0 comments on commit 4b3cd6c

Please sign in to comment.