Update to sea-orm 0.12.x

This commit is contained in:
core 2023-08-05 14:52:12 -04:00
parent 0c569b66f1
commit e18e25a571
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 2 additions and 2 deletions

View File

@ -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" }