We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
itertools
use_alloc
1 parent 03d49b6 commit fd12a02Copy full SHA for fd12a02
Cargo.toml
@@ -31,7 +31,7 @@ clang-sys = "1"
31
clap = "4"
32
clap_complete = "4"
33
env_logger = "0.10.0"
34
-itertools = { version = ">=0.10,<0.14", default-features = false }
+itertools = { version = ">=0.10,<0.15", default-features = false, features = ["use_alloc"] }
35
libloading = "0.8"
36
log = "0.4"
37
objc = "0.2"
0 commit comments