chore: Release

This commit is contained in:
Ed Page 2023-06-08 10:27:43 -05:00
parent b6990342b5
commit 172ff0bb5a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1679,7 +1679,7 @@ dependencies = [
[[package]]
name = "typos-dict"
version = "0.9.28"
version = "0.10.0"
dependencies = [
"codegenrs",
"csv",

View file

@ -44,7 +44,7 @@ doc = false
[dependencies]
typos = { version = "^0.10", path = "../typos" }
varcon-core = { version = "^2.2.12", path = "../varcon-core" }
typos-dict = { version = "^0.9", path = "../typos-dict", optional = true }
typos-dict = { version = "^0.10", path = "../typos-dict", optional = true }
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
unicase = "2.6"
anyhow = "1.0"

View file

@ -1,6 +1,6 @@
[package]
name = "typos-dict"
version = "0.9.28"
version = "0.10.0"
description = "Source Code Spelling Correction"
readme = "../../README.md"
categories = ["development-tools", "text-processing"]