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
aa03537312
commit
3486c23bdb
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1500,7 +1500,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "typos-dict"
|
name = "typos-dict"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dictgen",
|
"dictgen",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
@ -55,7 +55,7 @@ codecov = { repository = "crate-ci/typos" }
|
||||||
[dependencies]
|
[dependencies]
|
||||||
typos = { version = "^0.7", path = "crates/typos" }
|
typos = { version = "^0.7", 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.6", path = "crates/typos-dict", optional = true }
|
||||||
typos-vars = { version = "^0.6", 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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "typos-dict"
|
name = "typos-dict"
|
||||||
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