Skip to content

Commit a69daf6

Browse files
authored
Merge pull request #27 from Xanewok/bump-strum
Bump strum_ crates to 0.16
2 parents 63ac832 + 681f903 commit a69daf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ rust-stemmers = { version = "1", optional = true }
2626
serde = "1"
2727
serde_derive = "1.0.34" # First verstion to support #[serde(flatten)]
2828
serde_json = "1"
29-
strum = "0.15"
30-
strum_macros = "0.15"
29+
strum = "0.16"
30+
strum_macros = "0.16"
3131
jieba-rs = "0.4.10"
3232

3333
[features]

0 commit comments

Comments
 (0)