chore: Release

This commit is contained in:
Ed Page 2021-06-29 15:05:18 -05:00
parent effc21ed10
commit 9149c4765d
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1476,7 +1476,7 @@ checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
[[package]] [[package]]
name = "typos" name = "typos"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bstr", "bstr",

View file

@ -51,7 +51,7 @@ azure-devops = { project = "crate-ci", pipeline = "typos" }
codecov = { repository = "crate-ci/typos" } codecov = { repository = "crate-ci/typos" }
[dependencies] [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" } varcon-core = { version = "^2.0.0", path = "crates/varcon-core" }
typos-dict = { version = "^0.5", path = "crates/typos-dict", optional = true } typos-dict = { version = "^0.5", path = "crates/typos-dict", optional = true }
typos-vars = { version = "^0.6", path = "crates/typos-vars", optional = true } typos-vars = { version = "^0.6", path = "crates/typos-vars", optional = true }

View file

@ -17,7 +17,7 @@ codecov = { repository = "crate-ci/typos" }
[dependencies] [dependencies]
varcon = { version = "^0.5", path = "../../varcon", features = ["flags"] } varcon = { version = "^0.5", path = "../../varcon", features = ["flags"] }
varcon-core = { version = "^2.0", path = "../../varcon-core", 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" unicase = "2.5"
codegenrs = "1.0" codegenrs = "1.0"
structopt = "0.3" structopt = "0.3"

View file

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