release: 1.0.5

This commit is contained in:
Per Stark
2026-06-24 22:02:31 +02:00
parent ba3fd6ed46
commit d273390de8
118 changed files with 989 additions and 690 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
use std::sync::Arc;
use axum::{
body::{to_bytes, Body},
http::{header, Request, StatusCode},
response::Response,
Router,
body::{Body, to_bytes},
http::{Request, StatusCode, header},
response::Response,
};
use common::{
storage::{db::SurrealDbClient, store::StorageManager, types::user::User},
+1 -1
View File
@@ -9,7 +9,7 @@
use std::fs;
use std::path::{Path, PathBuf};
use minijinja::{path_loader, Environment};
use minijinja::{Environment, path_loader};
fn templates_dir() -> PathBuf {
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("templates")