Skip to content

Commit bf87357

Browse files
paolobarboliniemilio
authored andcommitted
Allow itertools 0.14, bump Cargo.lock to it
1 parent bd011d4 commit bf87357

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ clang-sys = "1"
3131
clap = "4"
3232
clap_complete = "4"
3333
env_logger = "0.10.0"
34-
itertools = { version = ">=0.10,<0.14", default-features = false }
34+
itertools = { version = ">=0.10,<0.15", default-features = false }
3535
libloading = "0.8"
3636
log = "0.4"
3737
objc = "0.2"

0 commit comments

Comments
 (0)