chore: Release

This commit is contained in:
Ed Page 2021-07-27 15:31:01 -05:00
parent 3486c23bdb
commit f60e798a2a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1534,7 +1534,7 @@ dependencies = [
[[package]]
name = "typos-vars"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"dictgen",
"log",

View file

@ -56,7 +56,7 @@ codecov = { repository = "crate-ci/typos" }
typos = { version = "^0.7", path = "crates/typos" }
varcon-core = { version = "^2.0.0", path = "crates/varcon-core" }
typos-dict = { version = "^0.6", path = "crates/typos-dict", optional = true }
typos-vars = { version = "^0.6", path = "crates/typos-vars", optional = true }
typos-vars = { version = "^0.7", 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.6.0"
version = "0.7.0"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Source Code Spelling Correction"
repository = "https://github.com/crate-ci/typos"