Cargo toml file fixed chrono error
This commit is contained in:
@@ -16,4 +16,4 @@ serde_json = "1"
|
||||
sqlx = {version = "0.6", features = ["postgres", "json", "runtime-actix-rustls", "chrono", "decimal", "uuid", "offline"] }
|
||||
async-trait = "0.1.60"
|
||||
actix-web = "4"
|
||||
chrono = {features = ["serde"]}
|
||||
chrono = {version = "0.4.23", features = ["serde"]}
|
||||
|
||||
Reference in New Issue
Block a user