From a278f1dad8780b284d24b8012f893e6fb9a8cdd3 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:45:12 -0500 Subject: [PATCH] Release v0.39.0 with 20 new lints. (#1085) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 827c44dd..8d6732ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "cargo-semver-checks" -version = "0.38.0" +version = "0.39.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 7a6261df..1fb251c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-semver-checks" -version = "0.38.0" +version = "0.39.0" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"