From f5a94fc3cc7458a613dbe9edd50d4400e9b78dc0 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 25 Sep 2023 13:07:27 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/typos-cli/Cargo.toml | 2 +- crates/typos-dict/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b07cc2f..a425dd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1641,7 +1641,7 @@ dependencies = [ [[package]] name = "typos-dict" -version = "0.10.10" +version = "0.11.0" dependencies = [ "codegenrs", "csv", diff --git a/crates/typos-cli/Cargo.toml b/crates/typos-cli/Cargo.toml index d77f5c5..97acfb7 100644 --- a/crates/typos-cli/Cargo.toml +++ b/crates/typos-cli/Cargo.toml @@ -41,7 +41,7 @@ doc = false [dependencies] typos = { version = "^0.10", path = "../typos" } varcon-core = { version = "^4.0.1", path = "../varcon-core" } -typos-dict = { version = "^0.10", path = "../typos-dict", optional = true } +typos-dict = { version = "^0.11", path = "../typos-dict", optional = true } typos-vars = { version = "^0.8", path = "../typos-vars", optional = true } unicase = "2.7" anyhow = "1.0" diff --git a/crates/typos-dict/Cargo.toml b/crates/typos-dict/Cargo.toml index ee5a2bc..c116be6 100644 --- a/crates/typos-dict/Cargo.toml +++ b/crates/typos-dict/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-dict" -version = "0.10.10" +version = "0.11.0" description = "Source Code Spelling Correction" readme = "../../README.md" categories = ["development-tools", "text-processing"]