diff --git a/trifid-api/trifid_api_entities/Cargo.toml b/trifid-api/trifid_api_entities/Cargo.toml index c2eb46b..8c4fb1e 100644 --- a/trifid-api/trifid_api_entities/Cargo.toml +++ b/trifid-api/trifid_api_entities/Cargo.toml @@ -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" } \ No newline at end of file +sea-orm = { version = "0.12" }