Bump version to 0.0.70

This commit is contained in:
Charlie Marsh 2022-10-12 12:59:14 -04:00
parent 0072dfd81e
commit e08e1caf71
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1960,7 +1960,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.69"
version = "0.0.70"
dependencies = [
"anyhow",
"assert_cmd",

View File

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

View File

@ -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.48
rev: v0.0.70
hooks:
- id: lint
```