chore: Release

This commit is contained in:
Ed Page 2023-09-25 13:07:27 -05:00
parent 28cd50a414
commit f5a94fc3cc
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1641,7 +1641,7 @@ dependencies = [
[[package]]
name = "typos-dict"
version = "0.10.10"
version = "0.11.0"
dependencies = [
"codegenrs",
"csv",

View file

@ -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"

View file

@ -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"]