chore(codespell-dict): Release 0.1.2

This commit is contained in:
Ed Page 2019-11-02 20:05:03 -06:00
parent 20ad0cff2f
commit 1489fd1c85
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -129,7 +129,7 @@ dependencies = [
[[package]] [[package]]
name = "codespell-dict" name = "codespell-dict"
version = "0.1.1" version = "0.1.2"
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.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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