From 3486c23bdbf5771ca514b2a7c822f858e335a734 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 27 Jul 2021 15:29:18 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/typos-dict/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c46f19a..50f14f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "typos-dict" -version = "0.5.0" +version = "0.6.0" dependencies = [ "dictgen", "log", diff --git a/Cargo.toml b/Cargo.toml index 9daa4ba..dd1e0f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ codecov = { repository = "crate-ci/typos" } [dependencies] typos = { version = "^0.7", path = "crates/typos" } varcon-core = { version = "^2.0.0", path = "crates/varcon-core" } -typos-dict = { version = "^0.5", path = "crates/typos-dict", optional = true } +typos-dict = { version = "^0.6", path = "crates/typos-dict", optional = true } typos-vars = { version = "^0.6", path = "crates/typos-vars", optional = true } phf = { version = "0.8", features = ["unicase"] } unicase = "2.5" diff --git a/crates/typos-dict/Cargo.toml b/crates/typos-dict/Cargo.toml index 2ef7573..466a4da 100644 --- a/crates/typos-dict/Cargo.toml +++ b/crates/typos-dict/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-dict" -version = "0.5.0" +version = "0.6.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"