chore(typos-dict): Release 0.1.1

This commit is contained in:
Ed Page 2019-10-25 10:06:02 -06:00
parent de77cdcb5b
commit bdbb826478
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -876,7 +876,7 @@ dependencies = [
"structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"typos 0.1.1", "typos 0.1.1",
"typos-dict 0.1.0", "typos-dict 0.1.1",
] ]
[[package]] [[package]]
@ -893,7 +893,7 @@ dependencies = [
[[package]] [[package]]
name = "typos-dict" name = "typos-dict"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "typos-dict" name = "typos-dict"
version = "0.1.0" version = "0.1.1"
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"