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"