We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6271417 commit 4f66ad3Copy full SHA for 4f66ad3
2 files changed
Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/divvun/divvunspell"
11
name = "divvun_fst"
12
13
[workspace.package]
14
-version = "1.0.0-beta.10"
+version = "1.0.0-beta.11"
15
16
[workspace.dependencies]
17
libc = "0.2"
cli/src/main.rs
@@ -221,6 +221,7 @@ fn run(
221
#[derive(Debug, Parser)]
222
#[command(
223
name = "divvunspell",
224
+ version,
225
about = "Spell checking tool for ZHFST/BHFST spellers"
226
)]
227
struct Args {
0 commit comments