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