diff --git a/.config/zepter.yaml b/.config/zepter.yaml index 22b0bf609e6ca..7dde825e61ee6 100644 --- a/.config/zepter.yaml +++ b/.config/zepter.yaml @@ -18,7 +18,7 @@ workflows: # Ignore the case that `A` it outside of the workspace. Otherwise it will report errors in external dependencies that we have no influence on. "--left-side-outside-workspace=ignore", - # Auxillary flags: + # Auxilary flags: "--offline", "--locked", "--show-path", diff --git a/Cargo.toml b/Cargo.toml index 7853c0da88e47..08abef4708a74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -505,7 +505,7 @@ fdlimit = "0.3.0" generic-array = "0.14" humantime = "2.1" humantime-serde = "1.1" -itertools = "0.13" +itertools = { version = "0.13", default-features = false } linked_hash_set = "0.1" modular-bitfield = "0.11.2" notify = { version = "6.1.1", default-features = false, features = [