We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713c4c6 commit c53876dCopy full SHA for c53876d
autocorrect-cli/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT"
7
name = "autocorrect-cli"
8
readme = "../README.md"
9
repository = "https://github.com/huacnlee/autocorrect"
10
-version = "1.9.1"
+version = "1.9.2"
11
12
[[bin]]
13
name = "autocorrect"
autocorrect-wasm/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
edition = "2021"
3
name = "autocorrect-wasm"
4
5
6
[lib]
crate-type = ["cdylib", "rlib"]
autocorrect/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
14
0 commit comments