Update to sea-orm 0.12.x
This commit is contained in:
parent
0c569b66f1
commit
e18e25a571
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "trifid_api_entities"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
description = "Database entities for trifid-api"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
@ -11,4 +11,4 @@ repository = "https://git.e3t.cc/~core/trifid"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
sea-orm = { version = "0.12" }
|
||||
sea-orm = { version = "0.12" }
|
||||
|
|
Loading…
Reference in New Issue