updated deps. improved restrict output to be nicer in appearance.

This commit is contained in:
2020-12-17 19:59:02 +00:00
parent c43dde09f0
commit fd4acc4b9d
4 changed files with 122 additions and 154 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "reminder_rs"
version = "1.3.0-dev"
version = "1.3.0"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
@ -22,7 +22,7 @@ serde = "1.0"
serde_json = "1.0"
rand = "0.7"
Inflector = "0.11"
levenshtein = "1.0.4"
levenshtein = "1.0"
[dependencies.serenity]
git = "https://github.com/jellywx/serenity"