From 3c07698e11fbfe882d478e807ca949997d74b880 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 2 Nov 2019 20:07:25 -0600 Subject: [PATCH] chore(typos-dict): Release 0.2.1 --- Cargo.lock | 4 ++-- dict/typos/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4339270..3f650ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -775,7 +775,7 @@ dependencies = [ "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "typos 0.3.0", - "typos-dict 0.2.0", + "typos-dict 0.2.1", "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "typos-dict" -version = "0.2.0" +version = "0.2.1" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/dict/typos/Cargo.toml b/dict/typos/Cargo.toml index 92833b6..e7c7c29 100644 --- a/dict/typos/Cargo.toml +++ b/dict/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-dict" -version = "0.2.0" +version = "0.2.1" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"