Skip to content

Commit

Permalink
chore(typos-dict): Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 29, 2019
1 parent 2684b9b commit 0208dfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -30,7 +30,7 @@ codecov = { repository = "crate-ci/typos" }

[dependencies]
typos = { version = "0.1", path = "typos" }
typos-dict = { version = "0.1", path = "dict/typos" }
typos-dict = { version = "^0.2", path = "dict/typos" }
phf = { version = "0.8", features = ["unicase"] }
unicase = "2.5"
failure = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion dict/typos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typos-dict"
version = "0.1.1"
version = "0.2.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 0208dfa

Please sign in to comment.