Skip to content

Commit

Permalink
Merge pull request #27 from Xanewok/bump-strum
Browse files Browse the repository at this point in the history
Bump strum_ crates to 0.16
  • Loading branch information
mattico authored May 5, 2020
2 parents 63ac832 + 681f903 commit a69daf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ rust-stemmers = { version = "1", optional = true }
serde = "1"
serde_derive = "1.0.34" # First verstion to support #[serde(flatten)]
serde_json = "1"
strum = "0.15"
strum_macros = "0.15"
strum = "0.16"
strum_macros = "0.16"
jieba-rs = "0.4.10"

[features]
Expand Down

0 comments on commit a69daf6

Please sign in to comment.