fix trifid-api builds

This commit is contained in:
core 2023-08-05 14:39:59 -04:00
parent a5ebc237f7
commit d86d054b0c
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3947,7 +3947,7 @@ dependencies = [
[[package]]
name = "trifid_api_migration"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"async-std",
"async-trait",

View File

@ -1,6 +1,6 @@
[package]
name = "trifid_api_migration"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Database migrations for trifid-api"
license = "GPL-3.0-or-later"
@ -14,7 +14,7 @@ path = "src/lib.rs"
[dependencies]
async-std = { version = "1", features = ["attributes", "tokio1"] }
async-trait = "0.1.68"
async-trait = "0.1"
[dependencies.sea-orm-migration]
version = "0.12"