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
5fc5101baf
commit
1ca59423d4
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1783,7 +1783,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "varcon-core"
|
||||
version = "2.2.7"
|
||||
version = "2.2.8"
|
||||
dependencies = [
|
||||
"enumflags2",
|
||||
"winnow",
|
||||
|
|
|
@ -60,7 +60,7 @@ doc = false
|
|||
|
||||
[dependencies]
|
||||
typos = { version = "^0.10", path = "crates/typos" }
|
||||
varcon-core = { version = "^2.2.7", path = "crates/varcon-core" }
|
||||
varcon-core = { version = "^2.2.8", path = "crates/varcon-core" }
|
||||
typos-dict = { version = "^0.9", path = "crates/typos-dict", optional = true }
|
||||
typos-vars = { version = "^0.8", path = "crates/typos-vars", optional = true }
|
||||
unicase = "2.6"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "varcon-core"
|
||||
version = "2.2.7"
|
||||
version = "2.2.8"
|
||||
description = "Varcon-relevant data structures"
|
||||
readme = "../../README.md"
|
||||
categories = ["text-processing"]
|
||||
|
|
Loading…
Reference in a new issue