Fix update route (#364)

* Fix version updates route

* Run formatter, fix clippy, run prepare
This commit is contained in:
Geometrically
2022-06-08 21:17:17 -07:00
committed by GitHub
parent e497af4c26
commit f0ab40d748
4 changed files with 33 additions and 17 deletions

View File

@@ -133,7 +133,7 @@ pub struct LicenseId(pub i32);
#[sqlx(transparent)]
pub struct DonationPlatformId(pub i32);
#[derive(Copy, Clone, Debug, Type, PartialEq)]
#[derive(Copy, Clone, Debug, Type, PartialEq, Eq, Hash)]
#[sqlx(transparent)]
pub struct VersionId(pub i64);
#[derive(Copy, Clone, Debug, Type)]