mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore: Release
This commit is contained in:
parent
28cd50a414
commit
f5a94fc3cc
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1641,7 +1641,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typos-dict"
|
||||
version = "0.10.10"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"codegenrs",
|
||||
"csv",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue