From d27d0921461ca7e7ff4e6debe9cdd1c7d079f595 Mon Sep 17 00:00:00 2001 From: Chris McComb Date: Thu, 28 Oct 2021 17:42:00 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 26dcc4d..df3b93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "stop-words" -version = "0.4.0" +version = "0.5.0" authors = ["Chris McComb "] 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" @@ -19,4 +19,4 @@ nltk = [] [dependencies] strum = "0.20.0" strum_macros = "0.20.0" -serde_json = {version="1.0.64", optional=true} \ No newline at end of file +serde_json = {version="1.0.68", optional=true}