Skip to content

Commit fd12a02

Browse files
committed
chore: bump itertools semver and activate use_alloc
1 parent 03d49b6 commit fd12a02

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
@@ -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, features = ["use_alloc"] }
3535
libloading = "0.8"
3636
log = "0.4"
3737
objc = "0.2"

0 commit comments

Comments
 (0)