You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use rust birthday for HeaderMode::Deterministic timestamp (#262)
As described in rust-lang/crates.io#3859, the current arbitrary
timestamp of 123456789 leads to Debian packages being auto-rejected due
to the old timestamp. This happens for any timestamps before 1975.
Instead of 123456789, use another, more recent arbitrary timestamp --
the timestamp of the first commit for what would become Rust.
graydon/rust-prehistory@b0fd440
0 commit comments