fix trifid-api builds
This commit is contained in:
parent
a5ebc237f7
commit
d86d054b0c
|
@ -3947,7 +3947,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "trifid_api_migration"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"async-trait",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue