diff --git a/Cargo.lock b/Cargo.lock index e1a01f5..0f4fb69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,7 +1505,7 @@ dependencies = [ [[package]] name = "typos-dict" -version = "0.6.0" +version = "0.6.1" dependencies = [ "dictgen", "log", diff --git a/crates/typos-dict/Cargo.toml b/crates/typos-dict/Cargo.toml index 466a4da..ee8f6e5 100644 --- a/crates/typos-dict/Cargo.toml +++ b/crates/typos-dict/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-dict" -version = "0.6.0" +version = "0.6.1" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"