Skip to content

Commit

Permalink
version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 5, 2022
1 parent 5f3d908 commit f891b07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autocorrect-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "autocorrect-cli"
readme = "../README.md"
repository = "https://github.com/huacnlee/autocorrect"
version = "1.6.0"
version = "1.6.1"

[[bin]]
name = "autocorrect"
Expand Down
4 changes: 2 additions & 2 deletions autocorrect-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
edition = "2021"
name = "autocorrect-wasm"
version = "1.6.0"
version = "1.6.1"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
autocorrect = {path = "../autocorrect", version = "1.6.0"}
autocorrect = {path = "../autocorrect", version = ">=1.6.0"}
serde = {version = "1.0.127", features = ["derive"]}
serde_json = "1.0.66"
wasm-bindgen = {version = "0.2.80", features = ["serde-serialize"]}
Expand Down
4 changes: 2 additions & 2 deletions autocorrect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ license = "MIT"
name = "autocorrect"
readme = "../README.md"
repository = "https://github.com/huacnlee/autocorrect"
version = "1.6.0"
version = "1.6.1"

[lib]
name = "autocorrect"
path = "src/lib.rs"

[dependencies]
autocorrect-derive = {path = "../autocorrect-derive", version = "0.1.0"}
autocorrect-derive = {path = "../autocorrect-derive", version = ">=0.1.0"}
difference = "2.0"
ignore = "0.4"
lazy_static = "1.4.0"
Expand Down

0 comments on commit f891b07

Please sign in to comment.