From ae3ba7d54428592c5b0ad707bf4d720c0c603b96 Mon Sep 17 00:00:00 2001 From: Xander Bil Date: Thu, 5 Dec 2024 21:31:41 +0100 Subject: [PATCH] vingo: yeet --- vingo/Cargo.lock | 2 +- vingo/Cargo.toml | 2 +- vingo/src/routes/scans.rs | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/vingo/Cargo.lock b/vingo/Cargo.lock index 9248aa8..dde0602 100644 --- a/vingo/Cargo.lock +++ b/vingo/Cargo.lock @@ -2951,7 +2951,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vingo" -version = "1.1.0" +version = "1.2.0" dependencies = [ "axum", "chrono", diff --git a/vingo/Cargo.toml b/vingo/Cargo.toml index c7e9fd6..97ebe31 100644 --- a/vingo/Cargo.toml +++ b/vingo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vingo" -version = "1.1.0" +version = "1.2.0" edition = "2021" [workspace] diff --git a/vingo/src/routes/scans.rs b/vingo/src/routes/scans.rs index 94a98dc..d9e9ba9 100644 --- a/vingo/src/routes/scans.rs +++ b/vingo/src/routes/scans.rs @@ -125,14 +125,11 @@ pub async fn recent(state: State) -> ResponseResult() .all(&state.db) .await