mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Update dependencies
This commit is contained in:
parent
b213eec65d
commit
0f749df239
3 changed files with 928 additions and 630 deletions
|
|
@ -8,7 +8,7 @@ use axum::{
|
|||
Router,
|
||||
};
|
||||
use color_eyre::{eyre::Context, Result};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde::Deserialize;
|
||||
use tracing::{error, info};
|
||||
|
||||
use crate::db::{BuildInfo, BuildMode, BuildStats, Db, Status};
|
||||
|
|
@ -325,11 +325,6 @@ async fn index_js() -> impl IntoResponse {
|
|||
)
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
struct TriggerBuildBody {
|
||||
nightly: String,
|
||||
}
|
||||
|
||||
impl Status {
|
||||
fn to_emoji(&self) -> &'static str {
|
||||
match self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue