tsk-182: Update rust version (#191)
* Updated rust version * Warning fix * Updating crates and dependencies * Version bump * tsk-182: cargo update * Updated jsonwebtoken
This commit was merged in pull request #191.
This commit is contained in:
@@ -571,11 +571,6 @@ pub mod song_db {
|
||||
mod song_queue {
|
||||
use sqlx::Row;
|
||||
|
||||
#[derive(Debug, serde::Serialize, sqlx::FromRow)]
|
||||
pub struct InsertedData {
|
||||
pub id: uuid::Uuid,
|
||||
}
|
||||
|
||||
// TODO: Move this somewhere else at some point
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize, sqlx::FromRow, utoipa::ToSchema)]
|
||||
pub struct SongQueue {
|
||||
|
||||
Reference in New Issue
Block a user