mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -05:00
chore: Release
This commit is contained in:
parent
5b5029fc69
commit
b628b9dd0a
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1506,7 +1506,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "varcon-core"
|
||||
version = "4.0.4"
|
||||
version = "4.0.5"
|
||||
dependencies = [
|
||||
"enumflags2",
|
||||
"winnow 0.6.0",
|
||||
|
|
|
@ -40,7 +40,7 @@ doc = false
|
|||
|
||||
[dependencies]
|
||||
typos = { version = "^0.10", path = "../typos" }
|
||||
varcon-core = { version = "^4.0.4", path = "../varcon-core" }
|
||||
varcon-core = { version = "^4.0.5", path = "../varcon-core" }
|
||||
typos-dict = { version = "^0.11", path = "../typos-dict", optional = true }
|
||||
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
|
||||
unicase = "2.7"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "varcon-core"
|
||||
version = "4.0.4"
|
||||
version = "4.0.5"
|
||||
description = "Varcon-relevant data structures"
|
||||
readme = "../../README.md"
|
||||
categories = ["text-processing"]
|
||||
|
|
Loading…
Reference in a new issue