mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore: Release
This commit is contained in:
parent
b6990342b5
commit
172ff0bb5a
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1679,7 +1679,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typos-dict"
|
||||
version = "0.9.28"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"codegenrs",
|
||||
"csv",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue