Skip to content

Commit 63d807a

Browse files
committed
version bump
1 parent d95f68f commit 63d807a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accuracy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
serde = { version = "1.0.116", features = ["derive"] }
1111
serde_json = "1.0.57"
12-
divvunspell = { version = "1.0.0-beta.1", features = ["internal_convert", "compression"], path = "../divvunspell" }
12+
divvunspell = { version = "1.0.0-beta.5", features = ["internal_convert", "compression"], path = "../divvunspell" }
1313
csv = { version = "1.1" }
1414
rayon = { version = "1.4.0" }
1515
indicatif = { version = "0.15", features = ["with_rayon"] }

divvunspell-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/main.rs"
1414
[dependencies]
1515
serde = { version = "1.0.116", features = ["derive"] }
1616
serde_json = "1.0.57"
17-
divvunspell = { version = "1.0.0-beta.3", features = ["internal_convert", "compression"], path = "../divvunspell" }
17+
divvunspell = { version = "1.0.0-beta.5", features = ["internal_convert", "compression"], path = "../divvunspell" }
1818
box-format = { version = "0.3.2", features = ["reader"], default-features = false }
1919
pretty_env_logger = "0.4.0"
2020
gumdrop = "0.8.0"

divvunspell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "divvunspell"
33
description = "Spell checking library for ZHFST/BHFST spellers, with case handling and tokenization support."
4-
version = "1.0.0-beta.3"
4+
version = "1.0.0-beta.5"
55
authors = ["Brendan Molloy <[email protected]>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"

thfst-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/divvun/divvunspell"
99

1010
[dependencies]
1111
serde_json = "1.0.57"
12-
divvunspell = { version = "1.0.0-beta.3", features = ["internal_convert", "compression"], path = "../divvunspell" }
12+
divvunspell = { version = "1.0.0-beta.5", features = ["internal_convert", "compression"], path = "../divvunspell" }
1313
box-format = "0.3.2"
1414
structopt = "0.3.17"
1515
tempfile = "3"

0 commit comments

Comments
 (0)