diff --git a/crates/typos-cli/pyproject.toml b/crates/typos-cli/pyproject.toml index 07e5b0cdc..9f03e224f 100644 --- a/crates/typos-cli/pyproject.toml +++ b/crates/typos-cli/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.15,<0.16"] +requires = ["maturin>=1.4,<1.5"] build-backend = "maturin" [project]