chore(typos-codegen): Release 1.0.1

This commit is contained in:
Ed Page 2019-10-25 10:12:07 -06:00
parent 04775f6679
commit 2ae125536d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -881,7 +881,7 @@ dependencies = [
[[package]]
name = "typos-codegen"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"codegenrs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "typos-codegen"
version = "1.0.0"
version = "1.0.1"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Source Code Spelling Correction"
repository = "https://github.com/crate-ci/typos"