diff --git a/Cargo.lock b/Cargo.lock index 03aa19d..4339270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ [[package]] name = "misspell-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/misspell/Cargo.toml b/dict/misspell/Cargo.toml index ad7ca59..7b6732b 100644 --- a/dict/misspell/Cargo.toml +++ b/dict/misspell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "misspell-dict" -version = "0.1.1" +version = "0.1.2" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"