mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-09 08:07:47 +00:00
Update to v0.22.8
This commit is contained in:
parent
0ec8e4e9a2
commit
428dc58e3c
7 changed files with 68 additions and 62 deletions
|
@ -5,7 +5,7 @@ use crate::server::RequestExt;
|
|||
use crate::utils::{error, filter_posts, format_url, get_filters, param, template, Post, Preferences, User};
|
||||
use askama::Template;
|
||||
use hyper::{Body, Request, Response};
|
||||
use time::{OffsetDateTime, macros::format_description};
|
||||
use time::{macros::format_description, OffsetDateTime};
|
||||
|
||||
// STRUCTS
|
||||
#[derive(Template)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue