From 5a06fb28fd91f96b58266a0529407072692563a7 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 10 Oct 2022 10:03:59 -0400 Subject: [PATCH] Bump version to 0.0.66 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13855e707d..6da33350e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1907,7 +1907,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.65" +version = "0.0.66" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index f526b0f41d..963d5f16aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.65" +version = "0.0.66" edition = "2021" [lib]