Removing features flag from db-lib as its not needed
This commit is contained in:
parent
15b56353b8
commit
fea94bffa0
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user