Bump version to 0.0.52

This commit is contained in:
Charlie Marsh 2022-10-03 15:22:58 -04:00
parent 0966bf2c66
commit 31a0b20271
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1871,7 +1871,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.51"
version = "0.0.52"
dependencies = [
"anyhow",
"bincode",

View File

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