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