Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 5, 2021
1 parent 3a952cb commit 04f5d40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-vars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 04f5d40

Please sign in to comment.