Skip to content

Commit ff8ac82

Browse files
committed
Update segtok, optimize by 12%
1 parent 15e512f commit ff8ac82

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ opt-level = 3
1313

1414
[workspace.dependencies]
1515
rusty-hook = "0.11.2"
16+
17+
#[patch.crates-io]
18+
#segtok = { path = "../segtok" }

yake_rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yake-rust"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2021"
55

66
# https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -57,7 +57,7 @@ zh = []
5757
regex = "1"
5858
streaming-stats = "0.2.3"
5959
hashbrown = "0.15.2"
60-
segtok = "0.1.4"
60+
segtok = "0.1.5"
6161
levenshtein = "1.0.5"
6262
indexmap = "2.7.0"
6363
itertools = "0.14.0"

0 commit comments

Comments
 (0)