Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb authored Oct 28, 2021
1 parent bfb3438 commit d27d092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "stop-words"
version = "0.4.0"
version = "0.5.0"
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
description = "Common stop words in several languages"
edition = "2018"
edition = "2021"
readme = "README.md"
repository = "https://github.com/cmccomb/stop-words"
homepage = "https://github.com/cmccomb/stop-words"
Expand All @@ -19,4 +19,4 @@ nltk = []
[dependencies]
strum = "0.20.0"
strum_macros = "0.20.0"
serde_json = {version="1.0.64", optional=true}
serde_json = {version="1.0.68", optional=true}

0 comments on commit d27d092

Please # to comment.