mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore: Release
This commit is contained in:
parent
3486c23bdb
commit
f60e798a2a
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1534,7 +1534,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typos-vars"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"dictgen",
|
||||
"log",
|
||||
|
|
|
@ -56,7 +56,7 @@ codecov = { repository = "crate-ci/typos" }
|
|||
typos = { version = "^0.7", path = "crates/typos" }
|
||||
varcon-core = { version = "^2.0.0", path = "crates/varcon-core" }
|
||||
typos-dict = { version = "^0.6", path = "crates/typos-dict", optional = true }
|
||||
typos-vars = { version = "^0.6", path = "crates/typos-vars", optional = true }
|
||||
typos-vars = { version = "^0.7", path = "crates/typos-vars", optional = true }
|
||||
phf = { version = "0.8", features = ["unicase"] }
|
||||
unicase = "2.5"
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "typos-vars"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Ed Page <eopage@gmail.com>"]
|
||||
description = "Source Code Spelling Correction"
|
||||
repository = "https://github.com/crate-ci/typos"
|
||||
|
|
Loading…
Reference in a new issue