From 1489fd1c85c4bd079ea69946bc58f979b852f678 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 2 Nov 2019 20:05:03 -0600 Subject: [PATCH] chore(codespell-dict): Release 0.1.2 --- Cargo.lock | 2 +- dict/codespell/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eca719c..a9dc35d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "codespell-dict" -version = "0.1.1" +version = "0.1.2" 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/codespell/Cargo.toml b/dict/codespell/Cargo.toml index 409f70a..288b176 100644 --- a/dict/codespell/Cargo.toml +++ b/dict/codespell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codespell-dict" -version = "0.1.1" +version = "0.1.2" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"