changes and release cut for 0.2.3 #31

Merged
ben merged 12 commits from ben/Jobboerse:main into main 2022-07-27 23:04:10 +02:00
Showing only changes of commit 4076321868 - Show all commits

fix unused import

Bennet Bleßmann 2022-07-27 23:02:22 +02:00 committed by Bennet Bleßmann
Signed by: ben
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -10,7 +10,6 @@ use actix_session::config::{
};
use actix_session::storage::CookieSessionStore;
use actix_session::SessionMiddleware;
use actix_web::cookie::time::Duration;
use actix_web::cookie::Key;
use actix_web::http::StatusCode;
use actix_web::middleware::{ErrorHandlers, NormalizePath, TrailingSlash};