Removing features flag from db-lib as its not needed

This commit is contained in:
shockrah 2021-03-30 21:41:57 -07:00
parent 15b56353b8
commit fea94bffa0

View File

@ -4,10 +4,10 @@ version = "0.1.0"
authors = ["shockrah <alejandros714@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mysql_async = "0.23.1"
mysql_async = "0.27"
serde = { version = "1.0.117", features = [ "derive" ] }
tokio = { version = "1", features = ["fs", "io-util"] }