Bump version to 0.0.85

This commit is contained in:
Charlie Marsh 2022-10-26 19:13:04 -04:00
parent 63552cbc8e
commit 05fbd1a283
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2045,7 +2045,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.84"
version = "0.0.85"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -1,6 +1,6 @@
[package]
name = "ruff"
version = "0.0.84"
version = "0.0.85"
edition = "2021"
[lib]

View File

@ -77,7 +77,7 @@ Ruff also works with [pre-commit](https://pre-commit.com):
```yaml
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.84
rev: v0.0.85
hooks:
- id: lint
```