From bdbb82647830d8156d6e11ae9fb36cfaabb90907 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 25 Oct 2019 10:06:02 -0600 Subject: [PATCH] chore(typos-dict): Release 0.1.1 --- Cargo.lock | 4 ++-- typos-dict/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed587de..9dfa012 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,7 +876,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.1.1", - "typos-dict 0.1.0", + "typos-dict 0.1.1", ] [[package]] @@ -893,7 +893,7 @@ dependencies = [ [[package]] name = "typos-dict" -version = "0.1.0" +version = "0.1.1" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/typos-dict/Cargo.toml b/typos-dict/Cargo.toml index ccf68ab..ec12265 100644 --- a/typos-dict/Cargo.toml +++ b/typos-dict/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-dict" -version = "0.1.0" +version = "0.1.1" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"