From 6a24f5a4068225c5c4c93392e813c00c1e778324 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Wed, 9 Aug 2023 17:55:27 +0200 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f61553fc..b855e4b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,7 +206,7 @@ dependencies = [ [[package]] name = "cargo-spellcheck" -version = "0.12.4" +version = "0.13.0" dependencies = [ "assert_matches", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 8f2e15ea..9f009caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-spellcheck" -version = "0.12.4" +version = "0.13.0" authors = ["Bernhard Schuster "] edition = "2021" rust-version = "1.57.0"