Bump iTerm workaround version
Some checks failed
make test / ubuntu-32bit-static-pcre2 (push) Has been cancelled
make test / ubuntu (push) Has been cancelled
make test / ubuntu-asan (push) Has been cancelled
make test / macos (push) Has been cancelled
Rust checks / rustfmt (push) Has been cancelled
Rust checks / clippy (push) Has been cancelled

This unnecessarily enables the workaround for some nightly versions.

See #10653
This commit is contained in:
Johannes Altmanninger 2024-09-30 10:57:30 +02:00
parent 4e79ec5f0e
commit f6d5355d7a

View File

@ -3885,7 +3885,7 @@ fn interactive_hacks(parser: &Parser) {
let Some(version) = parse_version(&version.as_list()[0]) else {
return false;
};
version < (3, 5, 5)
version < (3, 5, 6)
}),
);
}