1.4.6- natural arguments can now be on new lines and work properly
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user