From f60e798a2a296e957749dbcfa00a5c08de35d90b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 27 Jul 2021 15:31:01 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/typos-vars/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50f14f5..21ebe23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1534,7 +1534,7 @@ dependencies = [ [[package]] name = "typos-vars" -version = "0.6.0" +version = "0.7.0" dependencies = [ "dictgen", "log", diff --git a/Cargo.toml b/Cargo.toml index dd1e0f7..0ea9884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/typos-vars/Cargo.toml b/crates/typos-vars/Cargo.toml index 2cd74ea..9869228 100644 --- a/crates/typos-vars/Cargo.toml +++ b/crates/typos-vars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-vars" -version = "0.6.0" +version = "0.7.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"