mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -05:00
chore(typos-cli): Release 0.1.1
This commit is contained in:
parent
bdbb826478
commit
04775f6679
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -863,7 +863,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typos-cli"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"assert_fs 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -3,7 +3,7 @@ members = ["codegen", "typos", "typos-dict"]
|
|||
|
||||
[package]
|
||||
name = "typos-cli"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Ed Page <eopage@gmail.com>"]
|
||||
description = "Source Code Spelling Correction"
|
||||
repository = "https://github.com/crate-ci/typos"
|
||||
|
|
Loading…
Reference in a new issue