mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-28 12:01:06 -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]]
|
[[package]]
|
||||||
name = "varcon-core"
|
name = "varcon-core"
|
||||||
version = "4.0.4"
|
version = "4.0.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"enumflags2",
|
"enumflags2",
|
||||||
"winnow 0.6.0",
|
"winnow 0.6.0",
|
||||||
|
|
|
@ -40,7 +40,7 @@ doc = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
typos = { version = "^0.10", path = "../typos" }
|
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-dict = { version = "^0.11", path = "../typos-dict", optional = true }
|
||||||
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
|
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
|
||||||
unicase = "2.7"
|
unicase = "2.7"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "varcon-core"
|
name = "varcon-core"
|
||||||
version = "4.0.4"
|
version = "4.0.5"
|
||||||
description = "Varcon-relevant data structures"
|
description = "Varcon-relevant data structures"
|
||||||
readme = "../../README.md"
|
readme = "../../README.md"
|
||||||
categories = ["text-processing"]
|
categories = ["text-processing"]
|
||||||
|
|
Loading…
Reference in a new issue