diff --git a/Cargo.lock b/Cargo.lock index 826ce6a138..b7ba75bd2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1969,7 +1969,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.74" +version = "0.0.75" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b8d9dac729..0b5ed3ed09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.74" +version = "0.0.75" edition = "2021" [lib] diff --git a/README.md b/README.md index fdee9ff189..e27da7e676 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ ruff also works with [pre-commit](https://pre-commit.com): ```yaml repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.74 + rev: v0.0.75 hooks: - id: lint ```