From 9149c4765dbbbce23ba92c46fffb6aa14491bf77 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 29 Jun 2021 15:05:18 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/typos-vars/codegen/Cargo.toml | 2 +- crates/typos/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2118300..c510432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1476,7 +1476,7 @@ checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae" [[package]] name = "typos" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 084edb0..10d0e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } [dependencies] -typos = { version = "^0.6", path = "crates/typos" } +typos = { version = "^0.7", 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.6", path = "crates/typos-vars", optional = true } diff --git a/crates/typos-vars/codegen/Cargo.toml b/crates/typos-vars/codegen/Cargo.toml index 47aef27..1fe8152 100644 --- a/crates/typos-vars/codegen/Cargo.toml +++ b/crates/typos-vars/codegen/Cargo.toml @@ -17,7 +17,7 @@ codecov = { repository = "crate-ci/typos" } [dependencies] varcon = { version = "^0.5", path = "../../varcon", features = ["flags"] } varcon-core = { version = "^2.0", path = "../../varcon-core", features = ["flags"] } -typos = { version = "^0.6", path = "../../typos" } +typos = { version = "^0.7", path = "../../typos" } unicase = "2.5" codegenrs = "1.0" structopt = "0.3" diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 7f7343f..8f4c441 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos" -version = "0.6.0" +version = "0.7.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"