1.4.6- natural arguments can now be on new lines and work properly

This commit is contained in:
2021-02-21 12:26:49 +00:00
parent 1820b5a17b
commit 3075e34fe1
4 changed files with 150 additions and 110 deletions

View File

@ -1,13 +1,13 @@
[package]
name = "reminder_rs"
version = "1.4.5-rc.3"
version = "1.4.6"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
[dependencies]
dotenv = "0.15"
humantime = "2.1"
tokio = { version = "1.0", features = ["process", "full"] }
tokio = { version = "1", features = ["process", "full"] }
reqwest = "0.11"
regex = "1.4"
log = "0.4"