Bump version to 0.0.78

This commit is contained in:
Charlie Marsh 2022-10-16 21:28:25 -04:00
parent cc8a945cbf
commit 6ee3075867
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

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