mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
chore: use libmcaptcha and libcachebust from crates.io
This commit is contained in:
@@ -52,7 +52,12 @@ impl Date {
|
||||
|
||||
/// print date
|
||||
pub fn date(&self) -> String {
|
||||
format!("{}{}{}", self.time.year(), self.time.month(), self.time.date())
|
||||
format!(
|
||||
"{}{}{}",
|
||||
self.time.year(),
|
||||
self.time.month(),
|
||||
self.time.date()
|
||||
)
|
||||
}
|
||||
|
||||
pub fn new(unix: i64) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user