mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -05:00
chore: Bump versions
This commit is contained in:
parent
530c96fa16
commit
2dca8dea3c
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1534,7 +1534,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typos-cli"
|
||||
version = "1.12.11"
|
||||
version = "1.12.12"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
@ -1580,7 +1580,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typos-dict"
|
||||
version = "0.9.8"
|
||||
version = "0.9.9"
|
||||
dependencies = [
|
||||
"codegenrs",
|
||||
"csv",
|
||||
|
|
|
@ -5,7 +5,7 @@ members = [
|
|||
|
||||
[package]
|
||||
name = "typos-cli"
|
||||
version = "1.12.11"
|
||||
version = "1.12.12"
|
||||
description = "Source Code Spelling Correction"
|
||||
authors = ["Ed Page <eopage@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "typos-dict"
|
||||
version = "0.9.8"
|
||||
version = "0.9.9"
|
||||
description = "Source Code Spelling Correction"
|
||||
authors = ["Ed Page <eopage@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue