mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
don't go that far back
This commit is contained in:
parent
3d16b9d460
commit
abb83f24b2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use tracing::debug;
|
||||||
|
|
||||||
use crate::db::{BuildMode, FinishedNightly};
|
use crate::db::{BuildMode, FinishedNightly};
|
||||||
|
|
||||||
const EARLIEST_CUTOFF_DATE: &str = "2022-01-01";
|
const EARLIEST_CUTOFF_DATE: &str = "2023-01-01";
|
||||||
|
|
||||||
/// All nightlies that exist.
|
/// All nightlies that exist.
|
||||||
pub struct Nightlies {
|
pub struct Nightlies {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue