chore: Release

This commit is contained in:
Ed Page 2021-06-05 14:39:37 -05:00
parent 3a952cba8f
commit 04f5d40e57
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1574,7 +1574,7 @@ dependencies = [
[[package]]
name = "typos-vars"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"log",
"unicase",

View file

@ -52,7 +52,7 @@ codecov = { repository = "crate-ci/typos" }
typos = { version = "^0.6", path = "crates/typos" }
varcon-core = { version = "^2.0.0", path = "crates/varcon-core" }
typos-dict = { version = "^0.5", path = "crates/typos-dict", optional = true }
typos-vars = { version = "^0.5", path = "crates/typos-vars", optional = true }
typos-vars = { version = "^0.6", path = "crates/typos-vars", optional = true }
phf = { version = "0.8", features = ["unicase"] }
unicase = "2.5"
anyhow = "1.0"

View file

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